diff options
author | 2004-05-07 20:07:03 +0000 | |
---|---|---|
committer | 2004-05-07 20:07:03 +0000 | |
commit | c31c1b06e33972d2ada14e7e095e820eb9060b2b (patch) | |
tree | 1eed4118c99792c040665d5c35098cd2246e1385 /dev-python/psycopg-py21/psycopg-py21-1.1.2.ebuild | |
parent | Add missing IUSE, remove default S. (Manifest recommit) (diff) | |
download | gentoo-2-c31c1b06e33972d2ada14e7e095e820eb9060b2b.tar.gz gentoo-2-c31c1b06e33972d2ada14e7e095e820eb9060b2b.tar.bz2 gentoo-2-c31c1b06e33972d2ada14e7e095e820eb9060b2b.zip |
Add missing IUSE.
Diffstat (limited to 'dev-python/psycopg-py21/psycopg-py21-1.1.2.ebuild')
-rw-r--r-- | dev-python/psycopg-py21/psycopg-py21-1.1.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/psycopg-py21/psycopg-py21-1.1.2.ebuild b/dev-python/psycopg-py21/psycopg-py21-1.1.2.ebuild index 089ad7e2dc37..bd4971fb1cf8 100644 --- a/dev-python/psycopg-py21/psycopg-py21-1.1.2.ebuild +++ b/dev-python/psycopg-py21/psycopg-py21-1.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg-py21/psycopg-py21-1.1.2.ebuild,v 1.5 2003/09/08 07:16:26 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg-py21/psycopg-py21-1.1.2.ebuild,v 1.6 2004/05/07 20:07:03 kloeri Exp $ P_NEW="${PN%-py21}-${PV}" S="${WORKDIR}/${P_NEW}" @@ -15,6 +15,7 @@ DEPEND="=dev-lang/python-2.1* SLOT="0" KEYWORDS="x86 ~ppc" LICENSE="GPL-2" +IUSE="" src_compile() { ./configure \ |