diff options
author | Jason Wever <weeve@gentoo.org> | 2006-01-21 23:13:53 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-01-21 23:13:53 +0000 |
commit | c381fd2e674979077cdc2288f9450202e774416a (patch) | |
tree | f1a9e2afb87e3c527ac025e991a63d78be34a854 /dev-util/byacc | |
parent | Stable on SPARC wrt bug #119443. (diff) | |
download | historical-c381fd2e674979077cdc2288f9450202e774416a.tar.gz historical-c381fd2e674979077cdc2288f9450202e774416a.tar.bz2 historical-c381fd2e674979077cdc2288f9450202e774416a.zip |
Stable on SPARC wrt bug #119439.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'dev-util/byacc')
-rw-r--r-- | dev-util/byacc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/byacc/byacc-1.9-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/byacc/ChangeLog b/dev-util/byacc/ChangeLog index 8b8af7e6c91b..f2aa77c62718 100644 --- a/dev-util/byacc/ChangeLog +++ b/dev-util/byacc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/byacc -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/ChangeLog,v 1.11 2005/04/06 19:04:08 corsair Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/ChangeLog,v 1.12 2006/01/21 23:13:03 weeve Exp $ + + 21 Jan 2006; Jason Wever <weeve@gentoo.org> byacc-1.9-r1.ebuild: + Stable on SPARC wrt bug #119439. 06 Apr 2005; Markus Rothe <corsair@gentoo.org> byacc-1.9-r1.ebuild: Stable on ppc64 diff --git a/dev-util/byacc/byacc-1.9-r1.ebuild b/dev-util/byacc/byacc-1.9-r1.ebuild index 91d1af927aa4..6a3a7d233e5a 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-2005 Gentoo Foundation +# Copyright 1999-2006 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.8 2005/04/06 19:04:08 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-1.9-r1.ebuild,v 1.9 2006/01/21 23:13:03 weeve Exp $ inherit eutils @@ -10,7 +10,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 ppc64" +KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 s390 sparc x86" IUSE="" src_compile() { |