diff options
author | Chris Aniszczyk <zx@gentoo.org> | 2004-05-03 22:29:05 +0000 |
---|---|---|
committer | Chris Aniszczyk <zx@gentoo.org> | 2004-05-03 22:29:05 +0000 |
commit | 637afab13d758f05dc7aa394a21f22c0fbbf42ac (patch) | |
tree | c81fc905d979d0febdbf7b4563b7ac1bab08bad9 /dev-java/commons-collections | |
parent | Add missing IUSE and SLOT to ebuilds. (diff) | |
download | historical-637afab13d758f05dc7aa394a21f22c0fbbf42ac.tar.gz historical-637afab13d758f05dc7aa394a21f22c0fbbf42ac.tar.bz2 historical-637afab13d758f05dc7aa394a21f22c0fbbf42ac.zip |
Marking stable on x86
Diffstat (limited to 'dev-java/commons-collections')
-rw-r--r-- | dev-java/commons-collections/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/commons-collections/commons-collections-3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/commons-collections/ChangeLog b/dev-java/commons-collections/ChangeLog index 5b7f3f73b606..83957896e699 100644 --- a/dev-java/commons-collections/ChangeLog +++ b/dev-java/commons-collections/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/commons-collections # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.16 2004/02/27 03:45:00 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.17 2004/05/03 22:29:05 zx Exp $ + + 08 May 2004; Chris Aniszczyk <zx@gentoo.org> commons-collections-3.0.ebuild: + Marking stable on x86 *commons-collections-3.0 (29 Feb 2004) diff --git a/dev-java/commons-collections/commons-collections-3.0.ebuild b/dev-java/commons-collections/commons-collections-3.0.ebuild index 4c6413f7f560..c972b917a4aa 100644 --- a/dev-java/commons-collections/commons-collections-3.0.ebuild +++ b/dev-java/commons-collections/commons-collections-3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-3.0.ebuild,v 1.2 2004/02/27 22:33:28 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-3.0.ebuild,v 1.3 2004/05/03 22:29:05 zx Exp $ inherit jakarta-commons @@ -10,7 +10,7 @@ SRC_URI="mirror://apache/jakarta/commons/collections/source/${PN}-${PV}-src.tar. LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86 ~sparc ~ppc ~amd64" IUSE="doc jikes junit" src_compile() { |