diff options
author | 2011-05-11 19:54:47 +0000 | |
---|---|---|
committer | 2011-05-11 19:54:47 +0000 | |
commit | b4c63fae17f7d4cf8bce432c493166a4f6df9322 (patch) | |
tree | ae13c1670d63ed79a0cc44ed1f207ed0b1b56e8d /dev-java/antlr/antlr-2.7.7-r2.ebuild | |
parent | Stable on amd64 wrt bug #366375 (diff) | |
download | gentoo-2-b4c63fae17f7d4cf8bce432c493166a4f6df9322.tar.gz gentoo-2-b4c63fae17f7d4cf8bce432c493166a4f6df9322.tar.bz2 gentoo-2-b4c63fae17f7d4cf8bce432c493166a4f6df9322.zip |
Stable on amd64 wrt bug #366423
(Portage version: 2.2.0_alpha32/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/antlr/antlr-2.7.7-r2.ebuild')
-rw-r--r-- | dev-java/antlr/antlr-2.7.7-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/antlr/antlr-2.7.7-r2.ebuild b/dev-java/antlr/antlr-2.7.7-r2.ebuild index 39de755d7c68..14d34bf85edb 100644 --- a/dev-java/antlr/antlr-2.7.7-r2.ebuild +++ b/dev-java/antlr/antlr-2.7.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r2.ebuild,v 1.2 2011/05/10 12:30:45 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r2.ebuild,v 1.3 2011/05/11 19:54:47 angelos Exp $ EAPI="3" PYTHON_DEPEND="python? 2" @@ -13,7 +13,7 @@ SRC_URI="http://www.antlr2.org/download/${P}.tar.gz" LICENSE="ANTLR" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd" IUSE="doc debug examples mono +cxx +java python script source static-libs" # TODO do we actually need jdk at runtime? |