diff options
Diffstat (limited to 'dev-util/re2c/re2c-0.9.9.ebuild')
-rw-r--r-- | dev-util/re2c/re2c-0.9.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/re2c/re2c-0.9.9.ebuild b/dev-util/re2c/re2c-0.9.9.ebuild index 5bdb7ec39e4c..7815e98c532c 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-2005 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.5 2005/11/19 19:35:14 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.9.9.ebuild,v 1.6 2005/11/26 17:45:33 tgall 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" |