diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-05-06 07:54:17 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-05-06 07:54:17 +0000 |
commit | 361f1e3b2c3c6c8135df6f94d19f479041754ba4 (patch) | |
tree | bcadd2f1eac086464c96705a5af8fe8a16f06119 | |
parent | ppc stable (diff) | |
download | gentoo-2-361f1e3b2c3c6c8135df6f94d19f479041754ba4.tar.gz gentoo-2-361f1e3b2c3c6c8135df6f94d19f479041754ba4.tar.bz2 gentoo-2-361f1e3b2c3c6c8135df6f94d19f479041754ba4.zip |
ppc stable
(Portage version: 2.1.2.6)
-rw-r--r-- | dev-java/ant/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/ant/ant-1.7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/ant/ChangeLog b/dev-java/ant/ChangeLog index 4a9ead3288f4..d365b32f9325 100644 --- a/dev-java/ant/ChangeLog +++ b/dev-java/ant/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/ant # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.109 2007/05/05 16:55:37 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.110 2007/05/06 07:54:17 dertobi123 Exp $ + + 06 May 2007; Tobias Scherbaum <dertobi123@gentoo.org> ant-1.7.0.ebuild: + ppc stable 05 May 2007; Andrej Kacian <ticho@gentoo.org> ant-1.7.0.ebuild: Stable on x86, bug #176856. diff --git a/dev-java/ant/ant-1.7.0.ebuild b/dev-java/ant/ant-1.7.0.ebuild index 2523fd2746f5..ac508400d335 100644 --- a/dev-java/ant/ant-1.7.0.ebuild +++ b/dev-java/ant/ant-1.7.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.7.0.ebuild,v 1.8 2007/05/05 16:55:37 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.7.0.ebuild,v 1.9 2007/05/06 07:54:17 dertobi123 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 ~ia64 ~ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd" IUSE="" DEPEND="~dev-java/ant-core-${PV} |