summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-10-20 11:10:25 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-10-20 11:10:25 +0000
commit6d9ba6f9cf14d133722f906a15604ab929a4f60f (patch)
treecff07959dbbc179e1b52226ae4b6e117ae4175a2 /dev-java/ant
parentSwitch to cmake build system (fixes bug #488598) and add multilib support (bu... (diff)
downloadgentoo-2-6d9ba6f9cf14d133722f906a15604ab929a4f60f.tar.gz
gentoo-2-6d9ba6f9cf14d133722f906a15604ab929a4f60f.tar.bz2
gentoo-2-6d9ba6f9cf14d133722f906a15604ab929a4f60f.zip
Stable for amd64, wrt bug #476958
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-java/ant')
-rw-r--r--dev-java/ant/ChangeLog5
-rw-r--r--dev-java/ant/ant-1.9.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/ant/ChangeLog b/dev-java/ant/ChangeLog
index 0231dbb636eb..a33219187175 100644
--- a/dev-java/ant/ChangeLog
+++ b/dev-java/ant/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/ant
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.141 2013/10/20 08:16:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ChangeLog,v 1.142 2013/10/20 11:10:25 ago Exp $
+
+ 20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-1.9.2.ebuild:
+ Stable for amd64, wrt bug #476958
20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ant-1.9.2.ebuild:
Correct the keyword declaration
diff --git a/dev-java/ant/ant-1.9.2.ebuild b/dev-java/ant/ant-1.9.2.ebuild
index 24dbae1acb58..2d1a768090f1 100644
--- a/dev-java/ant/ant-1.9.2.ebuild
+++ b/dev-java/ant/ant-1.9.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.9.2.ebuild,v 1.2 2013/10/20 08:16:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant/ant-1.9.2.ebuild,v 1.3 2013/10/20 11:10:25 ago Exp $
EAPI="5"
@@ -11,7 +11,7 @@ HOMEPAGE="http://ant.apache.org/"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~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 ~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"
DEPEND="~dev-java/ant-core-${PV}"
RDEPEND="${DEPEND}"