From: Michał Górny Date: Sat, 9 Feb 2019 07:39:38 +0000 (+0100) Subject: dev-python/setuptools: Add conditional test restriction X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4fbf614fb3296db40e21556e307713f90cbc8629;p=gentoo.git dev-python/setuptools: Add conditional test restriction Signed-off-by: Michał Górny --- diff --git a/dev-python/setuptools/setuptools-40.8.0.ebuild b/dev-python/setuptools/setuptools-40.8.0.ebuild index d67bd927712b..4660a0f89c92 100644 --- a/dev-python/setuptools/setuptools-40.8.0.ebuild +++ b/dev-python/setuptools/setuptools-40.8.0.ebuild @@ -21,6 +21,7 @@ HOMEPAGE="https://github.com/pypa/setuptools https://pypi.org/project/setuptools LICENSE="MIT" SLOT="0" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" " diff --git a/dev-python/setuptools/setuptools-9999.ebuild b/dev-python/setuptools/setuptools-9999.ebuild index d67bd927712b..4660a0f89c92 100644 --- a/dev-python/setuptools/setuptools-9999.ebuild +++ b/dev-python/setuptools/setuptools-9999.ebuild @@ -21,6 +21,7 @@ HOMEPAGE="https://github.com/pypa/setuptools https://pypi.org/project/setuptools LICENSE="MIT" SLOT="0" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" "