diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-25 11:26:52 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-25 11:26:52 +0000 |
commit | ad29738c679653c3cc62261b45a5207d220fbbf0 (patch) | |
tree | 2fbd37e0463d6dd0a7e2117285c1262aab68038d /dev-java | |
parent | Stable for amd64, wrt bug #417403 (diff) | |
download | gentoo-2-ad29738c679653c3cc62261b45a5207d220fbbf0.tar.gz gentoo-2-ad29738c679653c3cc62261b45a5207d220fbbf0.tar.bz2 gentoo-2-ad29738c679653c3cc62261b45a5207d220fbbf0.zip |
Stable for amd64, wrt bug #417403
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/ant-commons-logging/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/ant-commons-logging/ant-commons-logging-1.8.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/ant-commons-logging/ChangeLog b/dev-java/ant-commons-logging/ChangeLog index 58b7a39efc24..c61820d0411a 100644 --- a/dev-java/ant-commons-logging/ChangeLog +++ b/dev-java/ant-commons-logging/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/ant-commons-logging # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-commons-logging/ChangeLog,v 1.27 2012/05/25 01:22:10 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-commons-logging/ChangeLog,v 1.28 2012/05/25 11:26:52 ago Exp $ + + 25 May 2012; Agostino Sarubbo <ago@gentoo.org> + ant-commons-logging-1.8.2.ebuild: + Stable for amd64, wrt bug #417403 25 May 2012; Jeff Horelick <jdhore@gentoo.org> ant-commons-logging-1.8.2.ebuild: diff --git a/dev-java/ant-commons-logging/ant-commons-logging-1.8.2.ebuild b/dev-java/ant-commons-logging/ant-commons-logging-1.8.2.ebuild index 5c0bc3e8002e..27a20d231fa6 100644 --- a/dev-java/ant-commons-logging/ant-commons-logging-1.8.2.ebuild +++ b/dev-java/ant-commons-logging/ant-commons-logging-1.8.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-commons-logging/ant-commons-logging-1.8.2.ebuild,v 1.2 2012/05/25 01:22:10 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-commons-logging/ant-commons-logging-1.8.2.ebuild,v 1.3 2012/05/25 11:26:52 ago Exp $ EAPI="4" inherit ant-tasks -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/commons-logging-1.0.4-r2:0" |