diff options
author | 2006-05-15 05:09:51 +0000 | |
---|---|---|
committer | 2006-05-15 05:09:51 +0000 | |
commit | eaf6b0b975728de3ed5a047a10612c9e19132c33 (patch) | |
tree | a0964613a083f0c143067fabdfc2c9a9a3e715f6 /dev-java/antlr/antlr-2.7.5-r2.ebuild | |
parent | Pruning old ebuilds. (diff) | |
download | gentoo-2-eaf6b0b975728de3ed5a047a10612c9e19132c33.tar.gz gentoo-2-eaf6b0b975728de3ed5a047a10612c9e19132c33.tar.bz2 gentoo-2-eaf6b0b975728de3ed5a047a10612c9e19132c33.zip |
Stable on amd64 wrt #133320.
(Portage version: 2.1_rc1)
Diffstat (limited to 'dev-java/antlr/antlr-2.7.5-r2.ebuild')
-rw-r--r-- | dev-java/antlr/antlr-2.7.5-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/antlr/antlr-2.7.5-r2.ebuild b/dev-java/antlr/antlr-2.7.5-r2.ebuild index 17583e110049..e2cbc53e3a93 100644 --- a/dev-java/antlr/antlr-2.7.5-r2.ebuild +++ b/dev-java/antlr/antlr-2.7.5-r2.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-java/antlr/antlr-2.7.5-r2.ebuild,v 1.4 2006/05/14 21:11:45 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.5-r2.ebuild,v 1.5 2006/05/15 05:09:51 squinky86 Exp $ inherit gnuconfig java-pkg mono distutils multilib @@ -10,7 +10,7 @@ SRC_URI="http://www.antlr.org/download/${P}.tar.gz" LICENSE="ANTLR" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="doc debug examples mono nocxx nojava python script source" RDEPEND=">=virtual/jdk-1.2 |