diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-01-21 10:13:22 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-01-21 10:13:22 +0000 |
commit | 998b43b88fae990e65fb7366aea0d6ed4728ee7c (patch) | |
tree | e0d708d49f5ee5f4edafba4d5768531fef423ebe /dev-util/re2c/re2c-0.9.9.ebuild | |
parent | stable amd64 (diff) | |
download | gentoo-2-998b43b88fae990e65fb7366aea0d6ed4728ee7c.tar.gz gentoo-2-998b43b88fae990e65fb7366aea0d6ed4728ee7c.tar.bz2 gentoo-2-998b43b88fae990e65fb7366aea0d6ed4728ee7c.zip |
stable amd64
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-util/re2c/re2c-0.9.9.ebuild')
-rw-r--r-- | dev-util/re2c/re2c-0.9.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/re2c/re2c-0.9.9.ebuild b/dev-util/re2c/re2c-0.9.9.ebuild index 7815e98c532c..2f42866f0aff 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 +# 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.6 2005/11/26 17:45:33 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.9.9.ebuild,v 1.7 2006/01/21 10:13:22 blubb 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" |