summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-01-22 09:34:15 +0100
committerJustin Lecher <jlec@gentoo.org>2016-01-22 09:34:25 +0100
commit3b286969d6957b8463eb59518b2cbf4a00d8b5d1 (patch)
tree677315ae8f558fbdf601d6901af48b1d56830398 /dev-python
parent4c9047a1d2f0a431f0d46570c80f80b2137d072f (diff)
downloadgentoo-3b286969d6957b8463eb59518b2cbf4a00d8b5d1.tar.gz
gentoo-3b286969d6957b8463eb59518b2cbf4a00d8b5d1.tar.xz
dev-python/pip: Fix blocker
Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pip/pip-8.0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pip/pip-8.0.2.ebuild b/dev-python/pip/pip-8.0.2.ebuild
index 40a1ecc6b31..2dd8aa7ac4c 100644
--- a/dev-python/pip/pip-8.0.2.ebuild
+++ b/dev-python/pip/pip-8.0.2.ebuild
@@ -34,7 +34,7 @@ VENDOR_DEPEND="
"
RDEPEND="${VENDOR_DEPEND}
>=dev-python/setuptools-19.2[${PYTHON_USEDEP}]
- !~dev-python/setuptools-19.4
+ <dev-python/setuptools-19.4[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"