diff options
author | Kenneth Prugh <ken69267@gentoo.org> | 2008-03-21 02:23:42 +0000 |
---|---|---|
committer | Kenneth Prugh <ken69267@gentoo.org> | 2008-03-21 02:23:42 +0000 |
commit | 1db895aa8293123afc2dfca7f025e2c128f09981 (patch) | |
tree | 64eb56a966a07ea669f631f1461eabcdb3b23847 /dev-java/jdbc-mysql/jdbc-mysql-5.0.8.ebuild | |
parent | Patched gfs to compile also with kernel >= 2.6.20. (diff) | |
download | gentoo-2-1db895aa8293123afc2dfca7f025e2c128f09981.tar.gz gentoo-2-1db895aa8293123afc2dfca7f025e2c128f09981.tar.bz2 gentoo-2-1db895aa8293123afc2dfca7f025e2c128f09981.zip |
amd64 stable, bug #212649
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-java/jdbc-mysql/jdbc-mysql-5.0.8.ebuild')
-rw-r--r-- | dev-java/jdbc-mysql/jdbc-mysql-5.0.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jdbc-mysql/jdbc-mysql-5.0.8.ebuild b/dev-java/jdbc-mysql/jdbc-mysql-5.0.8.ebuild index e9d412ee1f00..bbf38643a17b 100644 --- a/dev-java/jdbc-mysql/jdbc-mysql-5.0.8.ebuild +++ b/dev-java/jdbc-mysql/jdbc-mysql-5.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-mysql/jdbc-mysql-5.0.8.ebuild,v 1.4 2008/03/15 12:55:44 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-mysql/jdbc-mysql-5.0.8.ebuild,v 1.5 2008/03/21 02:23:42 ken69267 Exp $ JAVA_PKG_IUSE="source" WANT_ANT_TASKS="ant-contrib" @@ -15,7 +15,7 @@ HOMEPAGE="http://www.mysql.com/products/connector/j/" SRC_URI="mirror://mysql/Downloads/Connector-J/${MY_P}.tar.gz" LICENSE="GPL-2-with-MySQL-FLOSS-exception" SLOT="0" -KEYWORDS="~amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="c3p0 log4j" COMMON_DEP=" log4j? ( dev-java/log4j ) |