diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-07 20:07:03 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-07 20:07:03 +0000 |
commit | a7696245cfc28f12f10f7103084fd1515b9c8550 (patch) | |
tree | 45100e733423543373eb6fde6c6967490f82f9d0 | |
parent | Add missing IUSE, remove default S. (diff) | |
download | historical-a7696245cfc28f12f10f7103084fd1515b9c8550.tar.gz historical-a7696245cfc28f12f10f7103084fd1515b9c8550.tar.bz2 historical-a7696245cfc28f12f10f7103084fd1515b9c8550.zip |
Add missing IUSE.
-rw-r--r-- | dev-python/psycopg-py21/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/psycopg-py21/psycopg-py21-1.1.2.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/psycopg-py21/ChangeLog b/dev-python/psycopg-py21/ChangeLog index df1aee2aebad..5344fdf0b6b1 100644 --- a/dev-python/psycopg-py21/ChangeLog +++ b/dev-python/psycopg-py21/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/psycopg-py21 -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg-py21/ChangeLog,v 1.2 2003/04/05 20:44:54 kutsuya Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg-py21/ChangeLog,v 1.3 2004/05/07 20:07:03 kloeri Exp $ + + 07 May 2004; Bryan Østergaard <kloeri@gentoo.org> psycopg-py21-1.1.2.ebuild: + Add missing IUSE. *psycopg-py21-1.1.2 (08 Mar 2003) 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 \ |