commit: 720f1974c7792cf906dd74721a35c932a938b4dd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 15:59:43 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 16:20:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=720f1974
dev-python/clang-python: Restrict tests with USE=-test
dev-python/clang-python/clang-python-5.0.9999.ebuild | 1 +
dev-python/clang-python/clang-python-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
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 4e4190e443d..f82f870388c 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 d59b5b98bb8..0e636d4e4c1 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