diff options
author | Tom Gall <tgall@gentoo.org> | 2004-03-05 14:18:14 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-03-05 14:18:14 +0000 |
commit | 980f7136f5445d9afb68327d3947e9c4129782c4 (patch) | |
tree | 0a8453fef1a15379e90a8366f42e4a2dc5124e79 /dev-util/yacc | |
parent | marked stable on sparc (diff) | |
download | historical-980f7136f5445d9afb68327d3947e9c4129782c4.tar.gz historical-980f7136f5445d9afb68327d3947e9c4129782c4.tar.bz2 historical-980f7136f5445d9afb68327d3947e9c4129782c4.zip |
yacc-1.9.1-r1.ebuild stable on ppc64
Diffstat (limited to 'dev-util/yacc')
-rw-r--r-- | dev-util/yacc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/yacc/Manifest | 4 | ||||
-rw-r--r-- | dev-util/yacc/yacc-1.9.1-r1.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/dev-util/yacc/ChangeLog b/dev-util/yacc/ChangeLog index 80d6990d599d..d06066742f60 100644 --- a/dev-util/yacc/ChangeLog +++ b/dev-util/yacc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/yacc -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/ChangeLog,v 1.9 2003/10/03 11:57:03 agriffis Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/ChangeLog,v 1.10 2004/03/05 14:18:14 tgall Exp $ + + 05 Mar 2004; Tom Gall <tgall@gentoo.org> yacc-1.9.1-r1.ebuild: + Stable on ppc64 03 Oct 2003; Aron Griffis <agriffis@gentoo.org> yacc-1.9.1-r1.ebuild: Stable on alpha diff --git a/dev-util/yacc/Manifest b/dev-util/yacc/Manifest index 019c35066e2f..30e23adec557 100644 --- a/dev-util/yacc/Manifest +++ b/dev-util/yacc/Manifest @@ -1,3 +1,3 @@ -MD5 565e5e30175b232a724a61cc8008fd28 ChangeLog 1259 -MD5 5338f596c797321fca355caf90d5d90f yacc-1.9.1-r1.ebuild 791 +MD5 25c6079a4f563ae521eecd107853e881 ChangeLog 1341 +MD5 709a78561db167e33d5d74dcee5f32af yacc-1.9.1-r1.ebuild 799 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 65bd780ce934..8d3c4ac89a72 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. +# Copyright 1999-2004 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.22 2004/03/02 16:44:17 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/yacc-1.9.1-r1.ebuild,v 1.23 2004/03/05 14:18:14 tgall 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 amd64 ia64 s390" +KEYWORDS="x86 ppc sparc hppa alpha mips amd64 ia64 s390 ppc64" DEPEND="virtual/glibc" |