diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-06-26 05:46:37 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-06-26 05:46:37 +0000 |
commit | 539a971d6d696ab9035341282b0a52e3dc5b2abb (patch) | |
tree | d97e7b2888fd6473703bad818c4399e15163c3dd /dev-util/re2c | |
parent | Stable on ppc64; bug #179943 (diff) | |
download | gentoo-2-539a971d6d696ab9035341282b0a52e3dc5b2abb.tar.gz gentoo-2-539a971d6d696ab9035341282b0a52e3dc5b2abb.tar.bz2 gentoo-2-539a971d6d696ab9035341282b0a52e3dc5b2abb.zip |
Stable on ppc64; bug #181941
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-util/re2c')
-rw-r--r-- | dev-util/re2c/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/re2c/re2c-0.12.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/re2c/ChangeLog b/dev-util/re2c/ChangeLog index 3174624f0831..bc11603efbda 100644 --- a/dev-util/re2c/ChangeLog +++ b/dev-util/re2c/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/re2c # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.43 2007/06/25 13:25:59 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.44 2007/06/26 05:46:37 corsair Exp $ + + 26 Jun 2007; Markus Rothe <corsair@gentoo.org> re2c-0.12.0.ebuild: + Stable on ppc64; bug #181941 25 Jun 2007; Gustavo Zacarias <gustavoz@gentoo.org> re2c-0.12.0.ebuild: Stable on sparc wrt #181941 diff --git a/dev-util/re2c/re2c-0.12.0.ebuild b/dev-util/re2c/re2c-0.12.0.ebuild index fbe35772b269..41b5938f6247 100644 --- a/dev-util/re2c/re2c-0.12.0.ebuild +++ b/dev-util/re2c/re2c-0.12.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.12.0.ebuild,v 1.8 2007/06/25 13:25:59 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.12.0.ebuild,v 1.9 2007/06/26 05:46:37 corsair Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="" RDEPEND="virtual/libc" |