diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:15:31 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:15:31 +0000 |
commit | c9eec70e772014615276706df674033937544b1f (patch) | |
tree | 7d75939483737725cec310dc404c997688301bbc /dev-util/yacc | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace (diff) | |
download | historical-c9eec70e772014615276706df674033937544b1f.tar.gz historical-c9eec70e772014615276706df674033937544b1f.tar.bz2 historical-c9eec70e772014615276706df674033937544b1f.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-util/yacc')
-rw-r--r-- | dev-util/yacc/yacc-1.9.1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/yacc/yacc-1.9.1-r1.ebuild b/dev-util/yacc/yacc-1.9.1-r1.ebuild index 54fa419fa885..88b85d986011 100644 --- a/dev-util/yacc/yacc-1.9.1-r1.ebuild +++ b/dev-util/yacc/yacc-1.9.1-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/yacc/yacc-1.9.1-r1.ebuild,v 1.27 2004/07/02 05:14:34 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/yacc-1.9.1-r1.ebuild,v 1.28 2004/07/15 00:15:31 agriffis Exp $ inherit eutils @@ -11,6 +11,7 @@ SRC_URI="ftp://metalab.unc.edu/pub/Linux/devel/compiler-tools/${P}.tar.Z" LICENSE="as-is" SLOT="0" KEYWORDS="x86 ppc ppc64 sparc alpha mips hppa amd64 ia64 s390" +IUSE="" RDEPEND="virtual/libc" DEPEND="${RDEPEND} >=sys-apps/sed-4" |