commit: 3b286969d6957b8463eb59518b2cbf4a00d8b5d1
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 22 08:34:15 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jan 22 08:34:25 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b286969
dev-python/pip: Fix blocker
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/pip/pip-8.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pip/pip-8.0.2.ebuild b/dev-python/pip/pip-8.0.2.ebuild
index 40a1ecc..2dd8aa7 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}"