diff options
author | Olivier Crête <tester@gentoo.org> | 2003-08-14 19:51:56 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2003-08-14 19:51:56 +0000 |
commit | 6445a4104112ffa00f5a540e51812103af5168c9 (patch) | |
tree | a02b3a598750d84eabc7205c2801f71b5447ae3b /dev-util | |
parent | touchups (diff) | |
download | historical-6445a4104112ffa00f5a540e51812103af5168c9.tar.gz historical-6445a4104112ffa00f5a540e51812103af5168c9.tar.bz2 historical-6445a4104112ffa00f5a540e51812103af5168c9.zip |
yacc stable on amd64 too
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/yacc/Manifest | 2 | ||||
-rw-r--r-- | dev-util/yacc/yacc-1.9.1-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/yacc/Manifest b/dev-util/yacc/Manifest index f5419ffe5a8a..648993616727 100644 --- a/dev-util/yacc/Manifest +++ b/dev-util/yacc/Manifest @@ -1,3 +1,3 @@ +MD5 c6139ecea575a9374e0c9abb65918cd1 yacc-1.9.1-r1.ebuild 843 MD5 1925f9515986cfb64d8bede20c63e7cd ChangeLog 1168 -MD5 7d0f347825aeae855408832665ce2db5 yacc-1.9.1-r1.ebuild 839 MD5 afeab71394d9c421389458f63b2cb173 files/digest-yacc-1.9.1-r1 60 diff --git a/dev-util/yacc/yacc-1.9.1-r1.ebuild b/dev-util/yacc/yacc-1.9.1-r1.ebuild index 7b858c24ba63..3f6e7e9bf6da 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.17 2003/03/25 05:20:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/yacc-1.9.1-r1.ebuild,v 1.18 2003/08/14 19:51:51 tester 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 amd64" DEPEND="virtual/glibc" |