diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-02-25 07:39:32 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-02-25 07:39:32 +0000 |
commit | 6a9f426f6b73d4561a29f7b0efa26d734c84a8be (patch) | |
tree | d7f8de89b3c3edf2e9a9fd3d7d1d1a77e7848dfc /dev-java/ant/ant-1.5.4-r1.ebuild | |
parent | Big cleanup, 1.8 stable (Manifest recommit) (diff) | |
download | gentoo-2-6a9f426f6b73d4561a29f7b0efa26d734c84a8be.tar.gz gentoo-2-6a9f426f6b73d4561a29f7b0efa26d734c84a8be.tar.bz2 gentoo-2-6a9f426f6b73d4561a29f7b0efa26d734c84a8be.zip |
added amd64 to 1.5.4-r1. moved ant-1.6.0 into package.mask because of failing <PropertyTask>.
Diffstat (limited to 'dev-java/ant/ant-1.5.4-r1.ebuild')
-rw-r--r-- | dev-java/ant/ant-1.5.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/ant/ant-1.5.4-r1.ebuild b/dev-java/ant/ant-1.5.4-r1.ebuild index b5289c919c8f..97f80e5b0335 100644 --- a/dev-java/ant/ant-1.5.4-r1.ebuild +++ b/dev-java/ant/ant-1.5.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.5.4-r1.ebuild,v 1.6 2004/02/10 06:15:09 strider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.5.4-r1.ebuild,v 1.7 2004/02/25 07:39:32 absinthe Exp $ inherit java-pkg @@ -10,7 +10,7 @@ SRC_URI="mirror://apache/ant/source/apache-${PN}-${PV}-src.tar.bz2" HOMEPAGE="http://ant.apache.org" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="x86 ppc sparc" +KEYWORDS="x86 ppc sparc amd64" DEPEND="virtual/glibc >=virtual/jdk-1.3" RDEPEND=">=virtual/jdk-1.3 |