diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 20:17:44 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 20:17:44 +0000 |
commit | a9bb6df8ecf21876e2865a2e093566fce8f42274 (patch) | |
tree | c377502312f25ce2982f9c000bc918de6c038264 /dev-perl/pgperl | |
parent | sync IUSE (-mpeg), don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-a9bb6df8ecf21876e2865a2e093566fce8f42274.tar.gz historical-a9bb6df8ecf21876e2865a2e093566fce8f42274.tar.bz2 historical-a9bb6df8ecf21876e2865a2e093566fce8f42274.zip |
sync IUSE (missing), trim trailing whitespace
Diffstat (limited to 'dev-perl/pgperl')
-rw-r--r-- | dev-perl/pgperl/pgperl-2.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/pgperl/pgperl-2.0.2.ebuild b/dev-perl/pgperl/pgperl-2.0.2.ebuild index 10d428b84f45..2af10f480f6a 100644 --- a/dev-perl/pgperl/pgperl-2.0.2.ebuild +++ b/dev-perl/pgperl/pgperl-2.0.2.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-perl/pgperl/pgperl-2.0.2.ebuild,v 1.4 2004/06/25 00:55:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/pgperl/pgperl-2.0.2.ebuild,v 1.5 2004/07/14 20:11:19 agriffis Exp $ inherit perl-module @@ -12,6 +12,7 @@ HOMEPAGE="http://gborg.postgresql.org/project/pgperl/projdisplay.php" LICENSE="BSD" SLOT="0" KEYWORDS="x86 amd64" +IUSE="" DEPEND=">=dev-db/postgresql-7.3.2" @@ -20,4 +21,3 @@ src_compile() { export POSTGRES_HOME=/var/lib/postgresql perl-module_src_compile } - |