diff options
author | 2009-01-03 15:55:36 +0000 | |
---|---|---|
committer | 2009-01-03 15:55:36 +0000 | |
commit | e786989ba6f202ffd6ab7d62ccd3cc82b1a2349c (patch) | |
tree | 0caafde9c6af3d7cb44c240e80149b36d4869a26 /dev-java/ant-antlr/ant-antlr-1.7.1.ebuild | |
parent | Fix incomplete DEPEND, bug #252910. (diff) | |
download | historical-e786989ba6f202ffd6ab7d62ccd3cc82b1a2349c.tar.gz historical-e786989ba6f202ffd6ab7d62ccd3cc82b1a2349c.tar.bz2 historical-e786989ba6f202ffd6ab7d62ccd3cc82b1a2349c.zip |
Drop ia64 keyword
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.26-gentoo-r2 ia64
Diffstat (limited to 'dev-java/ant-antlr/ant-antlr-1.7.1.ebuild')
-rw-r--r-- | dev-java/ant-antlr/ant-antlr-1.7.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/ant-antlr/ant-antlr-1.7.1.ebuild b/dev-java/ant-antlr/ant-antlr-1.7.1.ebuild index 0c3874210438..4598ba41e652 100644 --- a/dev-java/ant-antlr/ant-antlr-1.7.1.ebuild +++ b/dev-java/ant-antlr/ant-antlr-1.7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-antlr/ant-antlr-1.7.1.ebuild,v 1.7 2008/12/21 13:44:57 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-antlr/ant-antlr-1.7.1.ebuild,v 1.8 2009/01/03 15:55:36 armin76 Exp $ EAPI=1 @@ -9,7 +9,7 @@ ANT_TASK_DEPNAME="" inherit ant-tasks -KEYWORDS="amd64 ~ia64 ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-fbsd" DEPEND="" RDEPEND=">=dev-java/antlr-2.7.5-r3:0" |