summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2011-11-30 12:09:47 +0000
committerFabian Groffen <grobian@gentoo.org>2011-11-30 12:09:47 +0000
commit4c0975655d704d33d96ea7833e84af37626ae280 (patch)
treebdb20b2db9a436f28e21abbf932262dbb12ec4eb /dev-java
parentVersion bump to 2.4.4 (bug 378085, thanks jbergstroem). (diff)
downloadgentoo-2-4c0975655d704d33d96ea7833e84af37626ae280.tar.gz
gentoo-2-4c0975655d704d33d96ea7833e84af37626ae280.tar.bz2
gentoo-2-4c0975655d704d33d96ea7833e84af37626ae280.zip
Marked ~x64-macos
(Portage version: 2.2.01.19572-prefix/cvs/Darwin i386)
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/commons-collections/ChangeLog8
-rw-r--r--dev-java/commons-collections/commons-collections-3.2.1.ebuild4
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-java/commons-collections/ChangeLog b/dev-java/commons-collections/ChangeLog
index a8230b6c97b7..d98982f31825 100644
--- a/dev-java/commons-collections/ChangeLog
+++ b/dev-java/commons-collections/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/commons-collections
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.57 2010/03/20 13:07:46 betelgeuse Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.58 2011/11/30 12:09:47 grobian Exp $
+
+ 30 Nov 2011; Fabian Groffen <grobian@gentoo.org>
+ commons-collections-3.2.1.ebuild:
+ Marked ~x64-macos
20 Mar 2010; Petteri Räty <betelgeuse@gentoo.org>
commons-collections-3.2.1.ebuild:
diff --git a/dev-java/commons-collections/commons-collections-3.2.1.ebuild b/dev-java/commons-collections/commons-collections-3.2.1.ebuild
index 8c037e011854..734b0a24905f 100644
--- a/dev-java/commons-collections/commons-collections-3.2.1.ebuild
+++ b/dev-java/commons-collections/commons-collections-3.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-3.2.1.ebuild,v 1.9 2010/03/20 13:07:46 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-3.2.1.ebuild,v 1.10 2011/11/30 12:09:47 grobian Exp $
JAVA_PKG_IUSE="doc source test"
@@ -12,7 +12,7 @@ SRC_URI="mirror://apache/${PN/-//}/source/${P}-src.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
IUSE="test-framework"
COMMON_DEP="test-framework? ( =dev-java/junit-3.8* )"