summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2005-08-30 12:44:04 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2005-08-30 12:44:04 +0000
commit5b52c9bff7e71db9b81244341da1a2e6fcb01969 (patch)
tree37ba200f119267ef7f1c7a997f9cf84853e84da9 /sci-electronics/freehdl/freehdl-20050510.ebuild
parentChanged parent and added required variables from x86 profile. (diff)
downloadhistorical-5b52c9bff7e71db9b81244341da1a2e6fcb01969.tar.gz
historical-5b52c9bff7e71db9b81244341da1a2e6fcb01969.tar.bz2
historical-5b52c9bff7e71db9b81244341da1a2e6fcb01969.zip
Fixed #104122 with a little patch. Marking ~arch for x86 and ppc.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sci-electronics/freehdl/freehdl-20050510.ebuild')
-rw-r--r--sci-electronics/freehdl/freehdl-20050510.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-electronics/freehdl/freehdl-20050510.ebuild b/sci-electronics/freehdl/freehdl-20050510.ebuild
index 2fc5c0aa820f..c4f644ced45a 100644
--- a/sci-electronics/freehdl/freehdl-20050510.ebuild
+++ b/sci-electronics/freehdl/freehdl-20050510.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/freehdl/freehdl-20050510.ebuild,v 1.1 2005/08/29 12:05:36 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/freehdl/freehdl-20050510.ebuild,v 1.2 2005/08/30 12:44:04 phosphan Exp $
inherit eutils toolchain-funcs
@@ -13,7 +13,7 @@ DEPEND="sys-devel/flex
RDEPEND=">=dev-util/guile-1.2"
SLOT="0"
IUSE=""
-KEYWORDS="-x86 -ppc -*"
+KEYWORDS="~x86 ~ppc"
src_unpack() {
if [ $(gcc-major-version) -le 3 -a $(gcc-minor-version) -le 4 ] \
@@ -23,6 +23,7 @@ src_unpack() {
fi
unpack ${A}
cd ${S}
+ epatch ${FILESDIR}/${P}-memory.patch
touch vaul/lexer.ll # rebuild the lexer, see bug #103157
}