diff options
Diffstat (limited to 'dev-java/jdbc2-postgresql/jdbc2-postgresql-7.1.ebuild')
-rw-r--r-- | dev-java/jdbc2-postgresql/jdbc2-postgresql-7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jdbc2-postgresql/jdbc2-postgresql-7.1.ebuild b/dev-java/jdbc2-postgresql/jdbc2-postgresql-7.1.ebuild index d255cb565d1c..52012fcdc2da 100644 --- a/dev-java/jdbc2-postgresql/jdbc2-postgresql-7.1.ebuild +++ b/dev-java/jdbc2-postgresql/jdbc2-postgresql-7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-postgresql/jdbc2-postgresql-7.1.ebuild,v 1.1 2003/05/14 17:20:01 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-postgresql/jdbc2-postgresql-7.1.ebuild,v 1.2 2003/05/14 17:28:22 absinthe Exp $ inherit java-pkg @@ -10,7 +10,7 @@ DESCRIPTION="JDBC Driver for PostgreSQL" SRC_URI="http://jdbc.postgresql.org/download/${At}" HOMEPAGE="http://jdbc.postgresql.org/" KEYWORDS="x86 ppc sparc alpha mips hppa arm" -LICENSE="GPL-2" +LICENSE="POSTGRESQL" SLOT="3" DEPEND="" RDEPEND=">=virtual/jdk-1.2" |