summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-08-03 05:10:34 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-08-03 05:10:34 +0000
commit200c3185c9035b4c5af8633497fe997fe29fbeb6 (patch)
tree13479d1d85b2999b4a2f1e500a487cf400d103da /dev-python/django/django-9999.ebuild
parentMarked ~hppa (bug #279851). (diff)
downloadhistorical-200c3185c9035b4c5af8633497fe997fe29fbeb6.tar.gz
historical-200c3185c9035b4c5af8633497fe997fe29fbeb6.tar.bz2
historical-200c3185c9035b4c5af8633497fe997fe29fbeb6.zip
Fix dependencies.
Package-Manager: portage-13876-svn/cvs/Linux x86_64
Diffstat (limited to 'dev-python/django/django-9999.ebuild')
-rw-r--r--dev-python/django/django-9999.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/django/django-9999.ebuild b/dev-python/django/django-9999.ebuild
index b98c02c3a853..a5372127aa6f 100644
--- a/dev-python/django/django-9999.ebuild
+++ b/dev-python/django/django-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-9999.ebuild,v 1.4 2009/08/02 19:28:51 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-9999.ebuild,v 1.5 2009/08/03 05:10:34 arfrever Exp $
EAPI="2"
@@ -17,17 +17,17 @@ IUSE="doc examples mysql postgres sqlite test"
RDEPEND="dev-python/imaging
sqlite? ( || (
- >=dev-lang/python-2.5[sqlite] )
+ >=dev-lang/python-2.5[sqlite]
( dev-python/pysqlite:2 <dev-lang/python-2.5 )
- )
+ ) )
postgres? ( dev-python/psycopg )
mysql? ( >=dev-python/mysql-python-1.2.1_p2 )"
DEPEND="${RDEPEND}
doc? ( >=dev-python/sphinx-0.3 )
test? ( || (
- >=dev-lang/python-2.5[sqlite] )
+ >=dev-lang/python-2.5[sqlite]
( dev-python/pysqlite:2 <dev-lang/python-2.5 )
- )"
+ ) )"
S="${WORKDIR}"