diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-02-25 09:03:37 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-02-25 09:03:37 +0000 |
commit | bb44b495b81a370030fe271d5ec851ca05fb95ee (patch) | |
tree | ddca4489edb7250b3dae58536da7366bcb24e5ea /dev-java/jdbc3-postgresql | |
parent | Added to ~ppc (diff) | |
download | historical-bb44b495b81a370030fe271d5ec851ca05fb95ee.tar.gz historical-bb44b495b81a370030fe271d5ec851ca05fb95ee.tar.bz2 historical-bb44b495b81a370030fe271d5ec851ca05fb95ee.zip |
added amd64 keyword.
Diffstat (limited to 'dev-java/jdbc3-postgresql')
-rw-r--r-- | dev-java/jdbc3-postgresql/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/jdbc3-postgresql/jdbc3-postgresql-7.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/jdbc3-postgresql/ChangeLog b/dev-java/jdbc3-postgresql/ChangeLog index 84ac4db36c86..6654af87717e 100644 --- a/dev-java/jdbc3-postgresql/ChangeLog +++ b/dev-java/jdbc3-postgresql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/jdbc3-postgresql # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc3-postgresql/ChangeLog,v 1.2 2004/01/17 04:37:05 strider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc3-postgresql/ChangeLog,v 1.3 2004/02/25 09:03:37 absinthe Exp $ + + 25 Feb 2004; Dylan Carlson <absinthe@gentoo.org> + jdbc3-postgresql-7.3.ebuild: + added amd64 keyword. 17 Jan 2004; Adrian Almenar <strider@gentoo.org> jdbc3-postgresql-7.3.ebuild: Removed arch where >=jdk-1.4 its not available. diff --git a/dev-java/jdbc3-postgresql/jdbc3-postgresql-7.3.ebuild b/dev-java/jdbc3-postgresql/jdbc3-postgresql-7.3.ebuild index 16798582cb55..712023b8caf9 100644 --- a/dev-java/jdbc3-postgresql/jdbc3-postgresql-7.3.ebuild +++ b/dev-java/jdbc3-postgresql/jdbc3-postgresql-7.3.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/jdbc3-postgresql/jdbc3-postgresql-7.3.ebuild,v 1.4 2004/01/17 04:37:05 strider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc3-postgresql/jdbc3-postgresql-7.3.ebuild,v 1.5 2004/02/25 09:03:37 absinthe Exp $ inherit java-pkg @@ -9,7 +9,7 @@ S=${WORKDIR} DESCRIPTION="JDBC3 Driver for PostgreSQL" SRC_URI="http://jdbc.postgresql.org/download/${At}" HOMEPAGE="http://jdbc.postgresql.org/" -KEYWORDS="x86 sparc" +KEYWORDS="x86 sparc amd64" LICENSE="POSTGRESQL" SLOT="1" DEPEND="" |