summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2011-11-30 12:12:03 +0000
committerFabian Groffen <grobian@gentoo.org>2011-11-30 12:12:03 +0000
commitffc032aebb8fa9c1ec60472c4b829f826b075dac (patch)
treee1911c327d867a8236b89cc5668f8747c751752e /dev-java/commons-collections
parentVersion bump to 2.4.4 (bug 378085, thanks jbergstroem). (diff)
downloadhistorical-ffc032aebb8fa9c1ec60472c4b829f826b075dac.tar.gz
historical-ffc032aebb8fa9c1ec60472c4b829f826b075dac.tar.bz2
historical-ffc032aebb8fa9c1ec60472c4b829f826b075dac.zip
Marked ~x64-macos
Package-Manager: portage-2.2.01.19572-prefix/cvs/Darwin i386
Diffstat (limited to 'dev-java/commons-collections')
-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* )"