summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-05-22 21:08:23 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-05-22 21:08:23 +0000
commit3e381ffd3eb1f771a6e1981d46a9b342392d2b6d (patch)
tree6b290b576cc4714b521a23f25d3137a6c1e80511 /dev-lang/python
parentamd64 stable (tested by rullzer) (bug #320255). (diff)
downloadgentoo-2-3e381ffd3eb1f771a6e1981d46a9b342392d2b6d.tar.gz
gentoo-2-3e381ffd3eb1f771a6e1981d46a9b342392d2b6d.tar.bz2
gentoo-2-3e381ffd3eb1f771a6e1981d46a9b342392d2b6d.zip
Use USE dependencies to work around packages with incorrect dependencies.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/python')
-rw-r--r--dev-lang/python/python-3.1.2-r3.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-lang/python/python-3.1.2-r3.ebuild b/dev-lang/python/python-3.1.2-r3.ebuild
index 629126ef8199..4db6ee79fb88 100644
--- a/dev-lang/python/python-3.1.2-r3.ebuild
+++ b/dev-lang/python/python-3.1.2-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.2-r3.ebuild,v 1.6 2010/05/20 21:14:09 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.2-r3.ebuild,v 1.7 2010/05/22 21:08:23 arfrever Exp $
EAPI="3"
@@ -42,7 +42,10 @@ DEPEND="${RDEPEND}
!sys-devel/gcc[libffi]"
RDEPEND+=" !build? ( app-misc/mime-types )"
PDEPEND=">=app-admin/python-updater-0.8
- || ( dev-lang/python:2.7 dev-lang/python:2.6 )"
+ || (
+ dev-lang/python:2.7[gdbm?,ipv6?,ncurses?,readline?,sqlite?,ssl?,threads?,tk?,xml?]
+ dev-lang/python:2.6[gdbm?,ipv6?,ncurses?,readline?,sqlite?,ssl?,threads?,tk?,xml?]
+ )"
PROVIDE="virtual/python"