From 720f1974c7792cf906dd74721a35c932a938b4dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 15 Dec 2017 16:59:43 +0100 Subject: [PATCH] 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 4e4190e443d96..f82f870388cf7 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 d59b5b98bb8fe..0e636d4e4c11c 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