diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-05-22 13:42:17 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-05-22 13:42:17 +0000 |
commit | 40d707b8da08ad4693af556036ef506657c1d8c6 (patch) | |
tree | f31df161a7715bc372eba1de8dcef7e9991cfe61 /dev-java/sablecc/sablecc-3.2.ebuild | |
parent | Cleanup old versions, use new syntax. (diff) | |
download | historical-40d707b8da08ad4693af556036ef506657c1d8c6.tar.gz historical-40d707b8da08ad4693af556036ef506657c1d8c6.tar.bz2 historical-40d707b8da08ad4693af556036ef506657c1d8c6.zip |
stable amd64, bug 227209
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'dev-java/sablecc/sablecc-3.2.ebuild')
-rw-r--r-- | dev-java/sablecc/sablecc-3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/sablecc/sablecc-3.2.ebuild b/dev-java/sablecc/sablecc-3.2.ebuild index dd4bc73e16b1..1a773dd2a4b2 100644 --- a/dev-java/sablecc/sablecc-3.2.ebuild +++ b/dev-java/sablecc/sablecc-3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/sablecc/sablecc-3.2.ebuild,v 1.3 2010/05/11 16:20:24 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/sablecc/sablecc-3.2.ebuild,v 1.4 2010/05/22 13:42:17 pacho Exp $ JAVA_PKG_IUSE="source" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.sablecc.org/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="" RDEPEND=">=virtual/jre-1.4" |