diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-02-14 17:34:03 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-02-14 17:34:03 +0000 |
commit | cbfdf743640fa489376ebe74cd4b0665247dcde4 (patch) | |
tree | a7ab5b0d26c0dbfb7912a65775e0ec6dd237396c /dev-java/antlr/antlr-2.7.7.ebuild | |
parent | version bump; added a lot of quotes; use emake and einstall; removed sys-apps... (diff) | |
download | gentoo-2-cbfdf743640fa489376ebe74cd4b0665247dcde4.tar.gz gentoo-2-cbfdf743640fa489376ebe74cd4b0665247dcde4.tar.bz2 gentoo-2-cbfdf743640fa489376ebe74cd4b0665247dcde4.zip |
stable x86; bug 166857
(Portage version: 2.1.2-r9)
Diffstat (limited to 'dev-java/antlr/antlr-2.7.7.ebuild')
-rw-r--r-- | dev-java/antlr/antlr-2.7.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/antlr/antlr-2.7.7.ebuild b/dev-java/antlr/antlr-2.7.7.ebuild index 25ed24cea514..2d295fe18d97 100644 --- a/dev-java/antlr/antlr-2.7.7.ebuild +++ b/dev-java/antlr/antlr-2.7.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.ebuild,v 1.3 2007/01/26 13:35:41 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7.ebuild,v 1.4 2007/02/14 17:34:03 opfer Exp $ inherit java-pkg-2 mono distutils multilib @@ -10,7 +10,7 @@ SRC_URI="http://www.antlr.org/download/${P}.tar.gz" LICENSE="ANTLR" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd" IUSE="doc debug examples mono nocxx nojava python script source" # TODO do we actually need jdk at runtime? |