diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2006-12-13 08:23:49 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2006-12-13 08:23:49 +0000 |
commit | ac8f230f3a666dbce819a13e7f936049e0f2ca47 (patch) | |
tree | 8cd5a70c8382a17514e9d832cb24f6faae3a4e25 /dev-java/commons-collections | |
parent | stable x86, bugs #157977 (diff) | |
download | gentoo-2-ac8f230f3a666dbce819a13e7f936049e0f2ca47.tar.gz gentoo-2-ac8f230f3a666dbce819a13e7f936049e0f2ca47.tar.bz2 gentoo-2-ac8f230f3a666dbce819a13e7f936049e0f2ca47.zip |
stable x86, bugs #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 5615a55e5c6b..281f4676c132 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.35 2006/11/15 03:52:59 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.36 2006/12/13 08:23:49 opfer Exp $ + + 13 Dec 2006; Christian Faulhammer <opfer@gentoo.org> + commons-collections-3.2.ebuild: + stable x86, bugs #157984 *commons-collections-3.2 (15 Nov 2006) diff --git a/dev-java/commons-collections/commons-collections-3.2.ebuild b/dev-java/commons-collections/commons-collections-3.2.ebuild index a67b7b007ef1..fa8159f9ceb9 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.1 2006/11/15 03:52:59 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-3.2.ebuild,v 1.2 2006/12/13 08:23:49 opfer 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 |