diff options
author | Alastair Tse <liquidx@gentoo.org> | 2006-07-28 11:59:45 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2006-07-28 11:59:45 +0000 |
commit | 6abdc732d222cdf54894677a445b792b1a2b5f8b (patch) | |
tree | 71a7456d894ec7f6e1c0d1e4b2210423a4584a39 /dev-python/adodb-py/adodb-py-1.13.ebuild | |
parent | Removed jikes. (diff) | |
download | gentoo-2-6abdc732d222cdf54894677a445b792b1a2b5f8b.tar.gz gentoo-2-6abdc732d222cdf54894677a445b792b1a2b5f8b.tar.bz2 gentoo-2-6abdc732d222cdf54894677a445b792b1a2b5f8b.zip |
Preparing psycopg deps for slotted psycopg-2.0.2 (#125719)
(Portage version: 2.1-r1)
Diffstat (limited to 'dev-python/adodb-py/adodb-py-1.13.ebuild')
-rw-r--r-- | dev-python/adodb-py/adodb-py-1.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/adodb-py/adodb-py-1.13.ebuild b/dev-python/adodb-py/adodb-py-1.13.ebuild index 24eb880fe082..5d669fdd6725 100644 --- a/dev-python/adodb-py/adodb-py-1.13.ebuild +++ b/dev-python/adodb-py/adodb-py-1.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/adodb-py/adodb-py-1.13.ebuild,v 1.4 2006/03/22 18:23:37 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/adodb-py/adodb-py-1.13.ebuild,v 1.5 2006/07/28 11:59:45 liquidx Exp $ inherit distutils @@ -16,7 +16,7 @@ KEYWORDS="ppc x86" IUSE="mysql postgres" RDEPEND=">=dev-lang/python-2.3 - postgres? ( >=dev-python/psycopg-1.1.5.1 ) + postgres? ( <dev-python/psycopg-1.99 ) mysql? ( >=dev-python/mysql-python-0.9.2 )" DEPEND="${RDEPEND} app-arch/unzip" |