commit: 7ecf75a9e6f747cffb3b94a54981bb44b9229e0d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 8 09:14:18 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 8 17:30:34 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ecf75a9
dev-python/clang-python: Add slot-op for sys-devel/clang dep
dev-python/clang-python/clang-python-5.0.9999.ebuild | 2 +-
dev-python/clang-python/clang-python-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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 c892681f341..3310c5b2e31 100644
--- a/dev-python/clang-python/clang-python-5.0.9999.ebuild
+++ b/dev-python/clang-python/clang-python-5.0.9999.ebuild
@@ -22,7 +22,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# The module is opening libclang.so directly, and doing some blasphemy
# on top of it.
RDEPEND="
- >=sys-devel/clang-${PV}
+ >=sys-devel/clang-${PV}:*
!sys-devel/llvm:0[clang(-),python(-)]
!sys-devel/clang:0[python(-)]
${PYTHON_DEPS}"
diff --git a/dev-python/clang-python/clang-python-9999.ebuild
b/dev-python/clang-python/clang-python-9999.ebuild
index 6019ef49999..dbdb74a06f0 100644
--- a/dev-python/clang-python/clang-python-9999.ebuild
+++ b/dev-python/clang-python/clang-python-9999.ebuild
@@ -21,7 +21,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# The module is opening libclang.so directly, and doing some blasphemy
# on top of it.
RDEPEND="
- >=sys-devel/clang-${PV}
+ >=sys-devel/clang-${PV}:*
!sys-devel/llvm:0[clang(-),python(-)]
!sys-devel/clang:0[python(-)]
${PYTHON_DEPS}"