diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-23 07:04:06 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-23 07:04:06 +0000 |
commit | eb3c78287e869f1c87354e97e21e1fbebf203fd6 (patch) | |
tree | 16124f56c2667b8218a6677cb3f132cc60ebc945 /dev-java | |
parent | oops. (diff) | |
download | historical-eb3c78287e869f1c87354e97e21e1fbebf203fd6.tar.gz historical-eb3c78287e869f1c87354e97e21e1fbebf203fd6.tar.bz2 historical-eb3c78287e869f1c87354e97e21e1fbebf203fd6.zip |
Keywords ~amd64.
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/jdbc-mysql/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/jdbc-mysql/jdbc-mysql-3.0.11-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/jdbc-mysql/ChangeLog b/dev-java/jdbc-mysql/ChangeLog index 8a3777b6e611..5c76575564cb 100644 --- a/dev-java/jdbc-mysql/ChangeLog +++ b/dev-java/jdbc-mysql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/jdbc-mysql # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-mysql/ChangeLog,v 1.12 2004/10/20 11:40:35 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-mysql/ChangeLog,v 1.13 2004/10/23 07:04:06 absinthe Exp $ + + 23 Oct 2004; Dylan Carlson <absinthe@gentoo.org> + jdbc-mysql-3.0.11-r1.ebuild: + Keywords ~amd64. *jdbc-mysql-3.0.15 (20 Oct 2004) diff --git a/dev-java/jdbc-mysql/jdbc-mysql-3.0.11-r1.ebuild b/dev-java/jdbc-mysql/jdbc-mysql-3.0.11-r1.ebuild index 92ce2e0c212b..1114327a2833 100644 --- a/dev-java/jdbc-mysql/jdbc-mysql-3.0.11-r1.ebuild +++ b/dev-java/jdbc-mysql/jdbc-mysql-3.0.11-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-mysql/jdbc-mysql-3.0.11-r1.ebuild,v 1.2 2004/09/28 04:32:16 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-mysql/jdbc-mysql-3.0.11-r1.ebuild,v 1.3 2004/10/23 07:04:06 absinthe Exp $ inherit eutils java-pkg @@ -12,7 +12,7 @@ SRC_URI="mirror://mysql/Downloads/Connector-J/${At}.tar.gz" RESTRICT="nomirror" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~x86 ~ppc ~amd64" IUSE="" RDEPEND=">=virtual/jdk-1.2 dev-java/ant |