diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:40:47 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:40:47 +0000 |
commit | 5b311d48aef9bdc7d1179955fd294ef0d3af741c (patch) | |
tree | 5d187f94eed312bd72f373193a85f08d74299591 /dev-util/byacc | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-5b311d48aef9bdc7d1179955fd294ef0d3af741c.tar.gz gentoo-2-5b311d48aef9bdc7d1179955fd294ef0d3af741c.tar.bz2 gentoo-2-5b311d48aef9bdc7d1179955fd294ef0d3af741c.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-util/byacc')
-rw-r--r-- | dev-util/byacc/byacc-1.9-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-util/byacc/byacc-1.9.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-util/byacc/byacc-1.9-r1.ebuild b/dev-util/byacc/byacc-1.9-r1.ebuild index f19f33a14b41..db47e4904159 100644 --- a/dev-util/byacc/byacc-1.9-r1.ebuild +++ b/dev-util/byacc/byacc-1.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-1.9-r1.ebuild,v 1.5 2004/06/25 02:21:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-1.9-r1.ebuild,v 1.6 2004/07/14 22:36:57 agriffis Exp $ inherit eutils @@ -11,6 +11,7 @@ SRC_URI="http://sources.isc.org/devel/tools/${P}.tar.gz" LICENSE="public-domain" SLOT="0" KEYWORDS="x86 ppc ia64 ~sparc alpha ~mips ~hppa s390 amd64" +IUSE="" src_compile() { epatch ${FILESDIR}/mkstemp.patch diff --git a/dev-util/byacc/byacc-1.9.ebuild b/dev-util/byacc/byacc-1.9.ebuild index d7872cf00d1e..58e6e5facd21 100644 --- a/dev-util/byacc/byacc-1.9.ebuild +++ b/dev-util/byacc/byacc-1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-1.9.ebuild,v 1.8 2004/06/25 02:21:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-1.9.ebuild,v 1.9 2004/07/14 22:36:57 agriffis Exp $ inherit eutils @@ -11,6 +11,7 @@ SRC_URI="http://sources.isc.org/devel/tools/${P}.tar.gz" LICENSE="public-domain" SLOT="0" KEYWORDS="x86 ppc ia64 ~sparc ~alpha ~mips ~hppa" +IUSE="" src_compile() { epatch ${FILESDIR}/mkstemp.patch |