diff options
Diffstat (limited to 'dev-java/commons-collections/commons-collections-3.2.ebuild')
-rw-r--r-- | dev-java/commons-collections/commons-collections-3.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/commons-collections/commons-collections-3.2.ebuild b/dev-java/commons-collections/commons-collections-3.2.ebuild index 031660a28079..ae702985fb88 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 +# Copyright 1999-2007 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.4 2006/12/30 12:08:28 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-3.2.ebuild,v 1.5 2007/01/26 05:58:19 beandog 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 |