diff options
Diffstat (limited to 'dev-java/jdbc-mysql/jdbc-mysql-3.0.9.ebuild')
-rw-r--r-- | dev-java/jdbc-mysql/jdbc-mysql-3.0.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/jdbc-mysql/jdbc-mysql-3.0.9.ebuild b/dev-java/jdbc-mysql/jdbc-mysql-3.0.9.ebuild index 698efdbec55f..abe57038dcbb 100644 --- a/dev-java/jdbc-mysql/jdbc-mysql-3.0.9.ebuild +++ b/dev-java/jdbc-mysql/jdbc-mysql-3.0.9.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/jdbc-mysql/jdbc-mysql-3.0.9.ebuild,v 1.1 2003/12/24 19:18:32 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-mysql/jdbc-mysql-3.0.9.ebuild,v 1.2 2004/01/17 04:10:19 strider Exp $ inherit java-pkg @@ -13,7 +13,7 @@ SRC_URI="mirror://mysql/Downloads/Connector-J/${At}.tar.gz" RESTRICT="nomirror" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" +KEYWORDS="x86 ppc sparc alpha" RDEPEND=">=virtual/jdk-1.2" DEPEND="${RDEPEND}" |