diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 02:20:15 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 02:20:15 +0000 |
commit | 2df0c7522456305b5f6a0ef0267f431e0a931f8e (patch) | |
tree | 41d0b26aed6b054f30ab4f95c3a9f61e7920b225 /dev-java/jdbc2-postgresql/jdbc2-postgresql-7.0.ebuild | |
parent | stable on amd64 (diff) | |
download | historical-2df0c7522456305b5f6a0ef0267f431e0a931f8e.tar.gz historical-2df0c7522456305b5f6a0ef0267f431e0a931f8e.tar.bz2 historical-2df0c7522456305b5f6a0ef0267f431e0a931f8e.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-java/jdbc2-postgresql/jdbc2-postgresql-7.0.ebuild')
-rw-r--r-- | dev-java/jdbc2-postgresql/jdbc2-postgresql-7.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-java/jdbc2-postgresql/jdbc2-postgresql-7.0.ebuild b/dev-java/jdbc2-postgresql/jdbc2-postgresql-7.0.ebuild index 52dcc42591ab..fc8a5c27d846 100644 --- a/dev-java/jdbc2-postgresql/jdbc2-postgresql-7.0.ebuild +++ b/dev-java/jdbc2-postgresql/jdbc2-postgresql-7.0.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/jdbc2-postgresql/jdbc2-postgresql-7.0.ebuild,v 1.6 2004/06/24 22:32:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-postgresql/jdbc2-postgresql-7.0.ebuild,v 1.7 2004/07/14 02:20:15 agriffis Exp $ inherit java-pkg @@ -10,6 +10,7 @@ DESCRIPTION="JDBC Driver for PostgreSQL" SRC_URI="http://jdbc.postgresql.org/download/${At}" HOMEPAGE="http://jdbc.postgresql.org/" KEYWORDS="x86 ppc sparc" +IUSE="" LICENSE="POSTGRESQL" SLOT="2" DEPEND="" |