diff options
author | George Shapovalov <george@gentoo.org> | 2002-07-30 00:50:11 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-07-30 00:50:11 +0000 |
commit | 59d6b3c7c2e68638cd419ddc04209199dccdfdd3 (patch) | |
tree | 6ecbdae9a0aa3ec6b3160b757c0e68344ef75582 /dev-python/psycopg | |
parent | added -ppc keyword (diff) | |
download | gentoo-2-59d6b3c7c2e68638cd419ddc04209199dccdfdd3.tar.gz gentoo-2-59d6b3c7c2e68638cd419ddc04209199dccdfdd3.tar.bz2 gentoo-2-59d6b3c7c2e68638cd419ddc04209199dccdfdd3.zip |
few clean-ups
Diffstat (limited to 'dev-python/psycopg')
-rw-r--r-- | dev-python/psycopg/psycopg-1.0.1.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dev-python/psycopg/psycopg-1.0.1.ebuild b/dev-python/psycopg/psycopg-1.0.1.ebuild index 8719c5712f16..ce65c7e05834 100644 --- a/dev-python/psycopg/psycopg-1.0.1.ebuild +++ b/dev-python/psycopg/psycopg-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-1.0.1.ebuild,v 1.6 2002/07/11 06:30:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-1.0.1.ebuild,v 1.7 2002/07/30 00:50:10 george Exp $ S=${WORKDIR}/${P} @@ -14,6 +14,11 @@ DEPEND=" >=dev-lang/python-2.0 >=dev-python/egenix-mx-base-2.0.3 >=dev-db/postgresql-7.1.3" +RDEPEND="${DEPEND}" + +SLOT="0" +KEYWORDS="x86" +LICENSE="GPL-2" src_compile() { ./configure \ |