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 | 8faf7005646817dd171cc0ce7dbd3e3010b29053 (patch) | |
tree | a7d166983b4e6efa31fbea9d2ef2230df47a7acf /dev-util | |
parent | Stable on SPARC wrt bug #119443. (diff) | |
download | gentoo-2-8faf7005646817dd171cc0ce7dbd3e3010b29053.tar.gz gentoo-2-8faf7005646817dd171cc0ce7dbd3e3010b29053.tar.bz2 gentoo-2-8faf7005646817dd171cc0ce7dbd3e3010b29053.zip |
Stable on SPARC wrt bug #119439.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/byacc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/byacc/byacc-1.9-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-util/re2c/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/re2c/re2c-0.9.9.ebuild | 4 |
4 files changed, 14 insertions, 8 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() { diff --git a/dev-util/re2c/ChangeLog b/dev-util/re2c/ChangeLog index c30a5f004269..3045a4a9906b 100644 --- a/dev-util/re2c/ChangeLog +++ b/dev-util/re2c/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/re2c # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.20 2006/01/21 17:52:13 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.21 2006/01/21 23:13:53 weeve Exp $ + + 21 Jan 2006; Jason Wever <weeve@gentoo.org> re2c-0.9.9.ebuild: + Stable on SPARC wrt bug #119439. 21 Jan 2006; <nixnut@gentoo.org> re2c-0.9.9.ebuild: Added ppc keyword. bug 119439 diff --git a/dev-util/re2c/re2c-0.9.9.ebuild b/dev-util/re2c/re2c-0.9.9.ebuild index 950743d73a5f..c4b9f5567ebb 100644 --- a/dev-util/re2c/re2c-0.9.9.ebuild +++ b/dev-util/re2c/re2c-0.9.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.9.9.ebuild,v 1.8 2006/01/21 17:52:13 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.9.9.ebuild,v 1.9 2006/01/21 23:13:53 weeve Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="amd64 ppc ppc64 ~sparc x86" +KEYWORDS="amd64 ppc ppc64 sparc x86" IUSE="" RDEPEND="virtual/libc" |