diff options
author | 2013-02-05 06:54:43 +0000 | |
---|---|---|
committer | 2013-02-05 06:54:43 +0000 | |
commit | 51cc436687df5ab1d50590511be225a232979c27 (patch) | |
tree | b925f43a9519e084749b0c8e37d10f92a784041a /dev-java/antlr/antlr-2.7.7-r2.ebuild | |
parent | adding ~arm (diff) | |
download | gentoo-2-51cc436687df5ab1d50590511be225a232979c27.tar.gz gentoo-2-51cc436687df5ab1d50590511be225a232979c27.tar.bz2 gentoo-2-51cc436687df5ab1d50590511be225a232979c27.zip |
adding ~arm
(Portage version: 2.1.11.31/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'dev-java/antlr/antlr-2.7.7-r2.ebuild')
-rw-r--r-- | dev-java/antlr/antlr-2.7.7-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/antlr/antlr-2.7.7-r2.ebuild b/dev-java/antlr/antlr-2.7.7-r2.ebuild index de0c5b378a28..a61b51612b50 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 +# Copyright 1999-2013 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.5 2011/07/17 11:44:47 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7-r2.ebuild,v 1.6 2013/02/05 06:54:43 zerochaos 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 ~arm 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? |