diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-12-30 12:08:28 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-12-30 12:08:28 +0000 |
commit | 6755154afbfe6b5594070f203528d0fb3944fefc (patch) | |
tree | 60bec235442b1f56776c90c415cd574aa964fb48 /dev-java/commons-collections | |
parent | Stable on ppc64; bug #158489 (diff) | |
download | gentoo-2-6755154afbfe6b5594070f203528d0fb3944fefc.tar.gz gentoo-2-6755154afbfe6b5594070f203528d0fb3944fefc.tar.bz2 gentoo-2-6755154afbfe6b5594070f203528d0fb3944fefc.zip |
Stable on ppc64; bug #157984
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-java/commons-collections')
-rw-r--r-- | dev-java/commons-collections/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/commons-collections/commons-collections-3.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/commons-collections/ChangeLog b/dev-java/commons-collections/ChangeLog index 8bede31c34b4..3fcf635d4ef1 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.37 2006/12/17 16:04:34 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.38 2006/12/30 12:08:28 corsair Exp $ + + 30 Dec 2006; Markus Rothe <corsair@gentoo.org> + commons-collections-3.2.ebuild: + Stable on ppc64; bug #157984 17 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org> commons-collections-3.2.ebuild: diff --git a/dev-java/commons-collections/commons-collections-3.2.ebuild b/dev-java/commons-collections/commons-collections-3.2.ebuild index c3d2cff7c295..031660a28079 100644 --- a/dev-java/commons-collections/commons-collections-3.2.ebuild +++ b/dev-java/commons-collections/commons-collections-3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.ebuild,v 1.3 2006/12/17 16:04:34 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-3.2.ebuild,v 1.4 2006/12/30 12:08:28 corsair Exp $ inherit java-pkg-2 java-ant-2 eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://apache/jakarta/commons/collections/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ia64 ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd" IUSE="doc source" DEPEND=">=virtual/jdk-1.3 |