From: Michał Górny Date: Fri, 15 Dec 2017 15:59:43 +0000 (+0100) Subject: dev-python/clang-python: Restrict tests with USE=-test X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=720f1974c7792cf906dd74721a35c932a938b4dd;p=gentoo.git dev-python/clang-python: Restrict tests with USE=-test --- diff --git a/dev-python/clang-python/clang-python-5.0.9999.ebuild b/dev-python/clang-python/clang-python-5.0.9999.ebuild index 4e4190e443d9..f82f870388cf 100644 --- a/dev-python/clang-python/clang-python-5.0.9999.ebuild +++ b/dev-python/clang-python/clang-python-5.0.9999.ebuild @@ -17,6 +17,7 @@ LICENSE="UoI-NCSA" SLOT="0" KEYWORDS="" IUSE="test" +RESTRICT="!test? ( test )" REQUIRED_USE="${PYTHON_REQUIRED_USE}" # The module is opening libclang.so directly, and doing some blasphemy diff --git a/dev-python/clang-python/clang-python-9999.ebuild b/dev-python/clang-python/clang-python-9999.ebuild index d59b5b98bb8f..0e636d4e4c11 100644 --- a/dev-python/clang-python/clang-python-9999.ebuild +++ b/dev-python/clang-python/clang-python-9999.ebuild @@ -16,6 +16,7 @@ LICENSE="UoI-NCSA" SLOT="0" KEYWORDS="" IUSE="test" +RESTRICT="!test? ( test )" REQUIRED_USE="${PYTHON_REQUIRED_USE}" # The module is opening libclang.so directly, and doing some blasphemy