dev-python/pip: Add RESTRICT="!test? ( test )"
authorPatrick McLean <patrick.mclean@sony.com>
Sat, 23 Nov 2019 01:11:28 +0000 (17:11 -0800)
committerPatrick McLean <chutzpah@gentoo.org>
Sat, 23 Nov 2019 01:11:42 +0000 (17:11 -0800)
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
dev-python/pip/pip-19.1.ebuild
dev-python/pip/pip-19.3.1-r1.ebuild
dev-python/pip/pip-19.3.1.ebuild

index a60686a2485542ca4500f024c23030db2fcccd01..4ead1904811343125d471e74b5b99c0a13eb123f 100644 (file)
@@ -29,7 +29,7 @@ SLOT="0"
 IUSE="test -vanilla"
 
 # disable-system-install patch breaks tests
-RESTRICT="!vanilla? ( test )"
+RESTRICT="!vanilla? ( test ) !test? ( test )"
 
 RDEPEND="
        >=dev-python/setuptools-39.2.0[${PYTHON_USEDEP}]
index e631044bd5aab577fe210e465c7eb1332ee61e20..9908ffa9dbb2361e54fe198249030f8da90fabe8 100644 (file)
@@ -29,7 +29,7 @@ SLOT="0"
 IUSE="test -vanilla"
 
 # disable-system-install patch breaks tests
-RESTRICT="!vanilla? ( test )"
+RESTRICT="!vanilla? ( test ) !test? ( test )"
 
 RDEPEND="
        >=dev-python/setuptools-39.2.0[${PYTHON_USEDEP}]
index a188c772c1ba8c77505ba07ed5fe636ce0fd6def..8a91d32fe62fbb6f09fb82cb58726e61810f7b19 100644 (file)
@@ -29,7 +29,7 @@ SLOT="0"
 IUSE="test -vanilla"
 
 # disable-system-install patch breaks tests
-RESTRICT="!vanilla? ( test )"
+RESTRICT="!vanilla? ( test ) !test? ( test )"
 
 RDEPEND="
        >=dev-python/setuptools-39.2.0[${PYTHON_USEDEP}]