diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-09-03 21:08:20 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-09-03 21:08:20 +0000 |
commit | 266fac867ef63c6e5fc38179421efa24481146a9 (patch) | |
tree | af1fc9e879bc06d97e805aa0098e12bf4db1299c /dev-java | |
parent | dev-java/jdbc-mysql stable on ppc. (diff) | |
download | gentoo-2-266fac867ef63c6e5fc38179421efa24481146a9.tar.gz gentoo-2-266fac867ef63c6e5fc38179421efa24481146a9.tar.bz2 gentoo-2-266fac867ef63c6e5fc38179421efa24481146a9.zip |
dev-java/jdbc2-postgresql stable on ppc.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/jdbc2-postgresql/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/jdbc2-postgresql/jdbc2-postgresql-7.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/jdbc2-postgresql/ChangeLog b/dev-java/jdbc2-postgresql/ChangeLog index 898b372eba2f..b73817fabe98 100644 --- a/dev-java/jdbc2-postgresql/ChangeLog +++ b/dev-java/jdbc2-postgresql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/jdbc2-postgresql # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-postgresql/ChangeLog,v 1.12 2005/07/20 15:27:19 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-postgresql/ChangeLog,v 1.13 2005/09/03 21:08:20 hansmi Exp $ + + 03 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> + jdbc2-postgresql-7.4.ebuild: + Stable on ppc. 20 Jul 2005; Gustavo Zacarias <gustavoz@gentoo.org> jdbc2-postgresql-7.4.ebuild: diff --git a/dev-java/jdbc2-postgresql/jdbc2-postgresql-7.4.ebuild b/dev-java/jdbc2-postgresql/jdbc2-postgresql-7.4.ebuild index ded76dad4253..acca2cb783ed 100644 --- a/dev-java/jdbc2-postgresql/jdbc2-postgresql-7.4.ebuild +++ b/dev-java/jdbc2-postgresql/jdbc2-postgresql-7.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-postgresql/jdbc2-postgresql-7.4.ebuild,v 1.5 2005/07/20 15:27:19 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-postgresql/jdbc2-postgresql-7.4.ebuild,v 1.6 2005/09/03 21:08:20 hansmi Exp $ inherit java-pkg @@ -9,7 +9,7 @@ S=${WORKDIR} DESCRIPTION="JDBC Driver for PostgreSQL" SRC_URI="http://jdbc.postgresql.org/download/${At}" HOMEPAGE="http://jdbc.postgresql.org/" -KEYWORDS="~amd64 ~ppc ppc64 sparc x86" +KEYWORDS="~amd64 ppc ppc64 sparc x86" IUSE="" LICENSE="POSTGRESQL" SLOT="6" |