diff options
author | Adrian Almenar <strider@gentoo.org> | 2004-01-14 04:06:35 +0000 |
---|---|---|
committer | Adrian Almenar <strider@gentoo.org> | 2004-01-14 04:06:35 +0000 |
commit | 605d5704651f88ba65f8f51945312024d927a8ce (patch) | |
tree | 609003ff44f6604064dc10d9f338a28e5be7b0f8 /dev-java/commons-collections | |
parent | Fixed Dependency cause it has a collision between dev-java/ant and app-vim/an... (diff) | |
download | gentoo-2-605d5704651f88ba65f8f51945312024d927a8ce.tar.gz gentoo-2-605d5704651f88ba65f8f51945312024d927a8ce.tar.bz2 gentoo-2-605d5704651f88ba65f8f51945312024d927a8ce.zip |
Fixed Dependency cause it has a collision between dev-java/ant and app-vim/ant.
Diffstat (limited to 'dev-java/commons-collections')
-rw-r--r-- | dev-java/commons-collections/commons-collections-2.1-r3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-java/commons-collections/commons-collections-2.1-r3.ebuild b/dev-java/commons-collections/commons-collections-2.1-r3.ebuild index 2fd72ab31c31..aeb85b06d4e1 100644 --- a/dev-java/commons-collections/commons-collections-2.1-r3.ebuild +++ b/dev-java/commons-collections/commons-collections-2.1-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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-2.1-r3.ebuild,v 1.6 2003/09/06 22:26:46 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-2.1-r3.ebuild,v 1.7 2004/01/14 04:06:35 strider Exp $ inherit jakarta-commons @@ -9,13 +9,13 @@ DESCRIPTION="Jakarta-Commons Collections Component" HOMEPAGE="http://jakarta.apache.org/commons/collections.html" SRC_URI="mirror://apache/jakarta/commons/collections/source/collections-${PV}-src.tar.gz" DEPEND=">=virtual/jdk-1.3 - >=ant-1.4 + >=dev-java/ant-1.4 junit? ( >=dev-java/junit-3.7 ) jikes? ( >=dev-java/jikes-1.17 )" RDEPEND=">=virtual/jre-1.3" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="x86 ppc sparc" +KEYWORDS="x86 sparc" IUSE="doc jikes junit" src_compile() { |