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 | |
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')
-rw-r--r-- | dev-java/antlr/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/antlr/antlr-2.7.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/antlr/ChangeLog b/dev-java/antlr/ChangeLog index 03cf62766cfe..43d2365ab976 100644 --- a/dev-java/antlr/ChangeLog +++ b/dev-java/antlr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/antlr # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/ChangeLog,v 1.54 2007/01/26 13:35:41 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/ChangeLog,v 1.55 2007/02/14 17:34:03 opfer Exp $ + + 14 Feb 2007; Christian Faulhammer <opfer@gentoo.org> antlr-2.7.7.ebuild: + stable x86; bug 166857 26 Jan 2007; Krzysiek Pawlik <nelchael@gentoo.org> antlr-2.7.7.ebuild: Added ~ppc. 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? |