diff options
Diffstat (limited to 'dev-util/yacc/yacc-1.9.1-r1.ebuild')
-rw-r--r-- | dev-util/yacc/yacc-1.9.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/yacc/yacc-1.9.1-r1.ebuild b/dev-util/yacc/yacc-1.9.1-r1.ebuild index e63b6c46eaee..7b858c24ba63 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-2003 Gentoo Technologies, Inc. # 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.16 2003/03/15 21:38:37 tuxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/yacc-1.9.1-r1.ebuild,v 1.17 2003/03/25 05:20:11 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="Yacc" @@ -9,7 +9,7 @@ HOMEPAGE="http://dinosaur.compilertools.net/#yacc" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ppc sparc hppa alpha mips" +KEYWORDS="x86 ppc sparc hppa ~alpha mips" DEPEND="virtual/glibc" |