diff options
Diffstat (limited to 'dev-java/c3p0/c3p0-0.9.0.4.ebuild')
-rw-r--r-- | dev-java/c3p0/c3p0-0.9.0.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/c3p0/c3p0-0.9.0.4.ebuild b/dev-java/c3p0/c3p0-0.9.0.4.ebuild index c9e225f4cdb4..0f1f10bfadbb 100644 --- a/dev-java/c3p0/c3p0-0.9.0.4.ebuild +++ b/dev-java/c3p0/c3p0-0.9.0.4.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/c3p0/c3p0-0.9.0.4.ebuild,v 1.2 2006/10/08 02:34:56 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/c3p0/c3p0-0.9.0.4.ebuild,v 1.3 2007/01/11 13:49:02 corsair Exp $ inherit java-pkg-2 java-ant-2 @@ -19,7 +19,7 @@ RDEPEND=">=virtual/jre-1.4 ${COMMON_DEPEND}" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ppc64 ~x86" IUSE="doc source" S="${WORKDIR}/${SRC_P}" |