diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-10-14 16:00:14 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-10-14 16:00:14 +0000 |
commit | 499d9643cc950005a457eea2200eeeb1eb67317f (patch) | |
tree | bbdbc157ae599d0978b67934236bd7c6004965dd /dev-java/ant | |
parent | Stable on ppc wrt bug 151290 (diff) | |
download | historical-499d9643cc950005a457eea2200eeeb1eb67317f.tar.gz historical-499d9643cc950005a457eea2200eeeb1eb67317f.tar.bz2 historical-499d9643cc950005a457eea2200eeeb1eb67317f.zip |
Stabilizing on amd64 as part of new Java system, bug #147254.
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 bceee88010ab..eeae317b1735 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.97 2006/10/14 02:02:07 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.98 2006/10/14 15:58:09 nichoj Exp $ + + 14 Oct 2006; Joshua Nichols <nichoj@gentoo.org> ant-1.6.5.ebuild: + Stabilizing on amd64 as part of new Java system, bug #147254. 14 Oct 2006; Joshua Jackson <tsunam@gentoo.org> ant-1.6.5.ebuild: New java stable on x86; bug #147254 diff --git a/dev-java/ant/ant-1.6.5.ebuild b/dev-java/ant/ant-1.6.5.ebuild index 910e31fbccb7..30c134081b27 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.7 2006/10/14 02:27:49 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.6.5.ebuild,v 1.8 2006/10/14 15:58:09 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 ppc ppc64 x86" IUSE="" DEPEND="~dev-java/ant-tasks-${PV} |