summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2005-01-26 21:52:47 +0000
committerMarkus Rothe <corsair@gentoo.org>2005-01-26 21:52:47 +0000
commiteeb23fe2a022ae1203bb9bec3eb9a8cf09b06e80 (patch)
tree2be16b5881c890f8ee93605c8f28f01b4e989970 /dev-java/commons-collections
parentstable on ppc64 (diff)
downloadgentoo-2-eeb23fe2a022ae1203bb9bec3eb9a8cf09b06e80.tar.gz
gentoo-2-eeb23fe2a022ae1203bb9bec3eb9a8cf09b06e80.tar.bz2
gentoo-2-eeb23fe2a022ae1203bb9bec3eb9a8cf09b06e80.zip
stable on ppc64
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-java/commons-collections')
-rw-r--r--dev-java/commons-collections/ChangeLog6
-rw-r--r--dev-java/commons-collections/commons-collections-3.1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/commons-collections/ChangeLog b/dev-java/commons-collections/ChangeLog
index 6429fc43e97a..7a8a3151fa91 100644
--- a/dev-java/commons-collections/ChangeLog
+++ b/dev-java/commons-collections/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/commons-collections
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.26 2005/01/20 17:05:26 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.27 2005/01/26 21:50:46 corsair Exp $
+
+ 26 Jan 2005; Markus Rothe <corsair@gentoo.org>
+ commons-collections-3.1.ebuild:
+ Stable on ppc64
20 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org>
commons-collections-3.1.ebuild:
diff --git a/dev-java/commons-collections/commons-collections-3.1.ebuild b/dev-java/commons-collections/commons-collections-3.1.ebuild
index f6653bf16fdc..c6f4d04f9b86 100644
--- a/dev-java/commons-collections/commons-collections-3.1.ebuild
+++ b/dev-java/commons-collections/commons-collections-3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 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.1.ebuild,v 1.6 2005/01/20 17:05:26 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-3.1.ebuild,v 1.7 2005/01/26 21:50:46 corsair Exp $
inherit java-pkg eutils
@@ -10,7 +10,7 @@ SRC_URI="mirror://apache/jakarta/commons/collections/source/${PN}-${PV}-src.tar.
LICENSE="Apache-1.1"
SLOT="0"
-KEYWORDS="x86 sparc ppc amd64 ~ppc64"
+KEYWORDS="x86 sparc ppc amd64 ppc64"
IUSE="doc jikes"
DEPEND=">=virtual/jdk-1.3
>=dev-java/ant-1.4