diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-06-23 18:23:18 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-06-23 18:23:18 +0000 |
commit | 081cd206fbbb7fa53ed0c5a58a768f2d4923bfa0 (patch) | |
tree | c5429b956b4ca0812b60f34f169aaab26d90068f /dev-util/re2c/re2c-0.12.0.ebuild | |
parent | Stable on amd64 wrt security bug 181941 (diff) | |
download | gentoo-2-081cd206fbbb7fa53ed0c5a58a768f2d4923bfa0.tar.gz gentoo-2-081cd206fbbb7fa53ed0c5a58a768f2d4923bfa0.tar.bz2 gentoo-2-081cd206fbbb7fa53ed0c5a58a768f2d4923bfa0.zip |
Stable on amd64 wrt security bug 181941
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'dev-util/re2c/re2c-0.12.0.ebuild')
-rw-r--r-- | dev-util/re2c/re2c-0.12.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/re2c/re2c-0.12.0.ebuild b/dev-util/re2c/re2c-0.12.0.ebuild index 1e7df26e3d5d..64ff26993f4b 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.3 2007/06/21 17:12:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.12.0.ebuild,v 1.4 2007/06/23 18:23:18 angelos 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" |