summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-09-08 11:14:18 +0200
committerMichał Górny <mgorny@gentoo.org>2017-09-08 19:30:34 +0200
commit7ecf75a9e6f747cffb3b94a54981bb44b9229e0d (patch)
treeef52fd0e06798f3fd196a6073f05f545f6cac5bd /dev-python/clang-python/clang-python-9999.ebuild
parentsys-devel/clang: Bump to 5.0.0 (diff)
downloadgentoo-7ecf75a9e6f747cffb3b94a54981bb44b9229e0d.tar.gz
gentoo-7ecf75a9e6f747cffb3b94a54981bb44b9229e0d.tar.bz2
gentoo-7ecf75a9e6f747cffb3b94a54981bb44b9229e0d.zip
dev-python/clang-python: Add slot-op for sys-devel/clang dep
Diffstat (limited to 'dev-python/clang-python/clang-python-9999.ebuild')
-rw-r--r--dev-python/clang-python/clang-python-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/clang-python/clang-python-9999.ebuild b/dev-python/clang-python/clang-python-9999.ebuild
index 6019ef499996..dbdb74a06f05 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}"