diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-10-17 03:56:18 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-10-17 03:56:18 +0000 |
commit | fb7487e8b08d3017a203f83cc64c7c4119c66de6 (patch) | |
tree | 1314a658d90d9d925123a5d32d2559ca652a1c92 /dev-java/ant | |
parent | Homepage update. (diff) | |
download | historical-fb7487e8b08d3017a203f83cc64c7c4119c66de6.tar.gz historical-fb7487e8b08d3017a203f83cc64c7c4119c66de6.tar.bz2 historical-fb7487e8b08d3017a203f83cc64c7c4119c66de6.zip |
Keyworded ~ia64.
Package-Manager: portage-2.1.2_pre2-r6
Diffstat (limited to 'dev-java/ant')
-rw-r--r-- | dev-java/ant/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/ant/ant-1.6.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/ant/ChangeLog b/dev-java/ant/ChangeLog index eeae317b1735..2ccfc2180e8b 100644 --- a/dev-java/ant/ChangeLog +++ b/dev-java/ant/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/ant # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.98 2006/10/14 15:58:09 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.99 2006/10/17 03:54:47 nichoj Exp $ + + 17 Oct 2006; Joshua Nichols <nichoj@gentoo.org> ant-1.6.5.ebuild: + Keyworded ~ia64. 14 Oct 2006; Joshua Nichols <nichoj@gentoo.org> ant-1.6.5.ebuild: Stabilizing on amd64 as part of new Java system, bug #147254. diff --git a/dev-java/ant/ant-1.6.5.ebuild b/dev-java/ant/ant-1.6.5.ebuild index 30c134081b27..61f4212ce7af 100644 --- a/dev-java/ant/ant-1.6.5.ebuild +++ b/dev-java/ant/ant-1.6.5.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.6.5.ebuild,v 1.8 2006/10/14 15:58:09 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.6.5.ebuild,v 1.9 2006/10/17 03:54:47 nichoj Exp $ DESCRIPTION="Java-based build tool similar to 'make' that uses XML configuration files." HOMEPAGE="http://ant.apache.org/" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ~ia64 ppc ppc64 x86" IUSE="" DEPEND="~dev-java/ant-tasks-${PV} |