diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-01-26 21:52:47 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-01-26 21:52:47 +0000 |
commit | a522159fb2e003f904121e26a4ef909d093235db (patch) | |
tree | b6b5bd28a3f004e354ff80bc52222a507c7ff3e3 /dev-java/commons-collections | |
parent | Fixing digest (diff) | |
download | historical-a522159fb2e003f904121e26a4ef909d093235db.tar.gz historical-a522159fb2e003f904121e26a4ef909d093235db.tar.bz2 historical-a522159fb2e003f904121e26a4ef909d093235db.zip |
stable on ppc64
Package-Manager: portage-2.0.51-r15
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.1.ebuild | 4 |
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 |