diff options
-rw-r--r-- | dev-python/clang-python/clang-python-4.0.0.ebuild | 1 | ||||
-rw-r--r-- | dev-python/clang-python/clang-python-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/clang-python/clang-python-4.0.0.ebuild b/dev-python/clang-python/clang-python-4.0.0.ebuild index 80008a2597f..4f169ecc239 100644 --- a/dev-python/clang-python/clang-python-4.0.0.ebuild +++ b/dev-python/clang-python/clang-python-4.0.0.ebuild @@ -14,6 +14,7 @@ LICENSE="UoI-NCSA" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="test" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" # The module is opening libclang.so directly, and doing some blasphemy # on top of it. diff --git a/dev-python/clang-python/clang-python-9999.ebuild b/dev-python/clang-python/clang-python-9999.ebuild index 44b3c7e7fc1..e985bfe6881 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" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" # The module is opening libclang.so directly, and doing some blasphemy # on top of it. |