diff options
Diffstat (limited to 'dev-java/commons-pool/commons-pool-1.5.5.ebuild')
-rw-r--r-- | dev-java/commons-pool/commons-pool-1.5.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-pool/commons-pool-1.5.5.ebuild b/dev-java/commons-pool/commons-pool-1.5.5.ebuild index fdf78cfe75cc..04441cf67d1c 100644 --- a/dev-java/commons-pool/commons-pool-1.5.5.ebuild +++ b/dev-java/commons-pool/commons-pool-1.5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-pool/commons-pool-1.5.5.ebuild,v 1.2 2010/12/16 08:17:09 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-pool/commons-pool-1.5.5.ebuild,v 1.3 2010/12/18 20:56:06 ken69267 Exp $ EAPI=2 JAVA_PKG_IUSE="doc source test" @@ -13,7 +13,7 @@ SRC_URI="mirror://apache/commons/pool/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="" RDEPEND=">=virtual/jre-1.4" |