diff options
author | David Holm <dholm@gentoo.org> | 2004-03-22 20:07:42 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-03-22 20:07:42 +0000 |
commit | bb3d05b319f9cd5cf8ebd3bb5b304c466449eac8 (patch) | |
tree | 2666bc680fddee3a44066a198a7d78f3828612df /dev-java/jdbc2-stdext | |
parent | Fixed einfo to read 'gift-setup' for bug #45216. 0.11.6 in x86 stable. (diff) | |
download | historical-bb3d05b319f9cd5cf8ebd3bb5b304c466449eac8.tar.gz historical-bb3d05b319f9cd5cf8ebd3bb5b304c466449eac8.tar.bz2 historical-bb3d05b319f9cd5cf8ebd3bb5b304c466449eac8.zip |
Added to ~ppc
Diffstat (limited to 'dev-java/jdbc2-stdext')
-rw-r--r-- | dev-java/jdbc2-stdext/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/jdbc2-stdext/jdbc2-stdext-2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/jdbc2-stdext/ChangeLog b/dev-java/jdbc2-stdext/ChangeLog index 84cbcba09bb1..40f7c4ca1dd7 100644 --- a/dev-java/jdbc2-stdext/ChangeLog +++ b/dev-java/jdbc2-stdext/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/jdbc2-stdext # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-stdext/ChangeLog,v 1.1 2004/02/25 06:42:18 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-stdext/ChangeLog,v 1.2 2004/03/22 20:01:12 dholm Exp $ + + 22 Mar 2004; David Holm <dholm@gentoo.org> jdbc2-stdext-2.0.ebuild: + Added to ~ppc. *jdbc2-stdext-2.0 (27 Feb 2004) diff --git a/dev-java/jdbc2-stdext/jdbc2-stdext-2.0.ebuild b/dev-java/jdbc2-stdext/jdbc2-stdext-2.0.ebuild index 209c9cb746c7..ef029128b7bd 100644 --- a/dev-java/jdbc2-stdext/jdbc2-stdext-2.0.ebuild +++ b/dev-java/jdbc2-stdext/jdbc2-stdext-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-stdext/jdbc2-stdext-2.0.ebuild,v 1.1 2004/02/25 06:42:18 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-stdext/jdbc2-stdext-2.0.ebuild,v 1.2 2004/03/22 20:01:12 dholm Exp $ inherit java-pkg @@ -9,7 +9,7 @@ HOMEPAGE="http://java.sun.com/products/jdbc" SRC_URI="jdbc2_0-stdext.jar" LICENSE="sun-csl" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="" RESTRICT="fetch" |