diff options
Diffstat (limited to 'dev-java/ant')
-rw-r--r-- | dev-java/ant/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/ant/ant-1.8.4.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-java/ant/ChangeLog b/dev-java/ant/ChangeLog index 8e9a5a1685e2..e2c98ea80e2c 100644 --- a/dev-java/ant/ChangeLog +++ b/dev-java/ant/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/ant # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.136 2012/06/11 12:54:25 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.137 2012/08/23 07:53:25 xmw Exp $ + + 23 Aug 2012; Michael Weber <xmw@gentoo.org> ant-1.8.4.ebuild: + ppc stable (bug 417909). 11 Jun 2012; Johannes Huber <johu@gentoo.org> ant-1.8.4.ebuild: Stable for x86, wrt bug #417909 @@ -194,4 +197,3 @@ -files/1.5.4/ant, -files/1.6.2-r5/ant, -ant-1.5.4-r1.ebuild, +ant-1.5.4-r2.ebuild, -ant-1.6.2-r5.ebuild, +ant-1.6.2-r6.ebuild: This is now a metapackage for ant-core & ant-tasks - diff --git a/dev-java/ant/ant-1.8.4.ebuild b/dev-java/ant/ant-1.8.4.ebuild index 5fca9b7fb682..dda19231207c 100644 --- a/dev-java/ant/ant-1.8.4.ebuild +++ b/dev-java/ant/ant-1.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.8.4.ebuild,v 1.3 2012/06/11 12:54:25 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.8.4.ebuild,v 1.4 2012/08/23 07:53:25 xmw Exp $ EAPI="4" @@ -11,7 +11,7 @@ HOMEPAGE="http://ant.apache.org/" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="~dev-java/ant-core-${PV}" |