diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-12-17 16:04:34 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-12-17 16:04:34 +0000 |
commit | f7e66d01ae366bc41cacb0dd1d1f671bbf595102 (patch) | |
tree | b08ac1c04c7242c9ff8955029eb5edc97710f619 /dev-java/commons-collections/commons-collections-3.2.ebuild | |
parent | Sign Manfiest (diff) | |
download | gentoo-2-f7e66d01ae366bc41cacb0dd1d1f671bbf595102.tar.gz gentoo-2-f7e66d01ae366bc41cacb0dd1d1f671bbf595102.tar.bz2 gentoo-2-f7e66d01ae366bc41cacb0dd1d1f671bbf595102.zip |
Stable on ppc wrt bug #157984.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-java/commons-collections/commons-collections-3.2.ebuild')
-rw-r--r-- | dev-java/commons-collections/commons-collections-3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-collections/commons-collections-3.2.ebuild b/dev-java/commons-collections/commons-collections-3.2.ebuild index fa8159f9ceb9..c3d2cff7c295 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.2 2006/12/13 08:23:49 opfer Exp $ +# $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 $ 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 |