diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-06-24 19:50:01 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-06-24 19:50:01 +0000 |
commit | 427975901eaadcf5e7641cb84768a6a1911ebd33 (patch) | |
tree | 57e91d19c88c2ab988a91cedf553879ebf72c23b /dev-util | |
parent | ppc stable, bug #182389 (diff) | |
download | gentoo-2-427975901eaadcf5e7641cb84768a6a1911ebd33.tar.gz gentoo-2-427975901eaadcf5e7641cb84768a6a1911ebd33.tar.bz2 gentoo-2-427975901eaadcf5e7641cb84768a6a1911ebd33.zip |
ppc stable, bug #181941
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'dev-util')
-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 fe42eb71ba8a..5ab052cef867 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.41 2007/06/24 15:15:33 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/ChangeLog,v 1.42 2007/06/24 19:50:01 dertobi123 Exp $ + + 24 Jun 2007; Tobias Scherbaum <dertobi123@gentoo.org> re2c-0.12.0.ebuild: + ppc stable, bug #181941 24 Jun 2007; Raúl Porcel <armin76@gentoo.org> re2c-0.12.0.ebuild: alpha/ia64/x86 stable wrt security #181941 diff --git a/dev-util/re2c/re2c-0.12.0.ebuild b/dev-util/re2c/re2c-0.12.0.ebuild index 607236d8fbb6..5c6573b87794 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.6 2007/06/24 15:15:33 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.12.0.ebuild,v 1.7 2007/06/24 19:50:01 dertobi123 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" |