diff options
author | Jason Wever <weeve@gentoo.org> | 2006-01-21 23:13:53 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-01-21 23:13:53 +0000 |
commit | 8faf7005646817dd171cc0ce7dbd3e3010b29053 (patch) | |
tree | a7d166983b4e6efa31fbea9d2ef2230df47a7acf /dev-util/re2c/re2c-0.9.9.ebuild | |
parent | Stable on SPARC wrt bug #119443. (diff) | |
download | gentoo-2-8faf7005646817dd171cc0ce7dbd3e3010b29053.tar.gz gentoo-2-8faf7005646817dd171cc0ce7dbd3e3010b29053.tar.bz2 gentoo-2-8faf7005646817dd171cc0ce7dbd3e3010b29053.zip |
Stable on SPARC wrt bug #119439.
(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 | 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 950743d73a5f..c4b9f5567ebb 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-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.8 2006/01/21 17:52:13 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.9.9.ebuild,v 1.9 2006/01/21 23:13:53 weeve 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" |