diff options
author | Alastair Tse <liquidx@gentoo.org> | 2006-07-28 11:59:49 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2006-07-28 11:59:49 +0000 |
commit | 94dba9f1abb6058b43a646c08c4aefd7f52dcd8c (patch) | |
tree | 90b28513eb3ea87d37597e295e72829ccba42565 /dev-python/django | |
parent | Preparing psycopg deps for slotted psycopg-2.0.2 (#125719) (diff) | |
download | gentoo-2-94dba9f1abb6058b43a646c08c4aefd7f52dcd8c.tar.gz gentoo-2-94dba9f1abb6058b43a646c08c4aefd7f52dcd8c.tar.bz2 gentoo-2-94dba9f1abb6058b43a646c08c4aefd7f52dcd8c.zip |
Preparing psycopg deps for slotted psycopg-2.0.2 (#125719)
(Portage version: 2.1-r1)
Diffstat (limited to 'dev-python/django')
-rw-r--r-- | dev-python/django/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/django/django-0.91.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/django/ChangeLog b/dev-python/django/ChangeLog index 798846eeb702..7d582bd9e936 100644 --- a/dev-python/django/ChangeLog +++ b/dev-python/django/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/django # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v 1.5 2006/04/01 17:55:11 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v 1.6 2006/07/28 11:59:49 liquidx Exp $ + + 28 Jul 2006; Alastair Tse <liquidx@gentoo.org> django-0.91.ebuild: + Preparing psycopg deps for slotted psycopg-2.0.2 (#125719) 01 Apr 2006; <nixnut@gentoo.org> django-0.91.ebuild: Added ~ppc keyword. Bug #114821 diff --git a/dev-python/django/django-0.91.ebuild b/dev-python/django/django-0.91.ebuild index 15de03569f2f..cc6c634ce63f 100644 --- a/dev-python/django/django-0.91.ebuild +++ b/dev-python/django/django-0.91.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/django/django-0.91.ebuild,v 1.5 2006/04/01 17:55:11 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-0.91.ebuild,v 1.6 2006/07/28 11:59:49 liquidx Exp $ inherit distutils @@ -18,7 +18,7 @@ DEPEND=">=dev-lang/python-2.3 RDEPEND=">=dev-lang/python-2.3 sqlite? ( >=dev-python/pysqlite-2.0.3 ) - postgres? ( dev-python/psycopg ) + postgres? ( <dev-python/psycopg-1.99 ) mysql? ( dev-python/mysql-python )" S="${WORKDIR}/${MY_P}" |