summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-03-06 20:43:51 +0100
committerMichał Górny <mgorny@gentoo.org>2017-03-06 23:18:16 +0100
commit232143e65bd629de0b704099eb30a6a572127e90 (patch)
tree369070ef9c075f5854047acfa591d3c9928ef6ed /dev-python/clang-python
parentsys-devel/clang: Bump to 4.0.0rc3, fix extra tool tests (diff)
downloadgentoo-232143e65bd629de0b704099eb30a6a572127e90.tar.gz
gentoo-232143e65bd629de0b704099eb30a6a572127e90.tar.bz2
gentoo-232143e65bd629de0b704099eb30a6a572127e90.zip
dev-python/clang-python: Bump to 4.0.0rc3
Diffstat (limited to 'dev-python/clang-python')
-rw-r--r--dev-python/clang-python/Manifest2
-rw-r--r--dev-python/clang-python/clang-python-4.0.0_rc3.ebuild (renamed from dev-python/clang-python/clang-python-4.0.0_rc2.ebuild)2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/clang-python/Manifest b/dev-python/clang-python/Manifest
index e1a4fe34da4a..d046b88a9451 100644
--- a/dev-python/clang-python/Manifest
+++ b/dev-python/clang-python/Manifest
@@ -1 +1 @@
-DIST cfe-4.0.0rc2.src.tar.xz 10898628 SHA256 76d6c9b7f388a93a0303dbbac0e42b183b242f822b65eb44064679e7c36aa5dc SHA512 d1015c636a77233bf8c7df28ad71c734cf4755ca5564d4de1fb2574ffb942dfb69e528316e94da54397383a9dca558b0474bd4c599086e8c63abd3de1ce2bb94 WHIRLPOOL 72e76dd862b209dcc18d232b2d723ea19c9aafd1c8ab2db5e23985aaabe382782d598ec6fd58f8209a6b579c35caa1050330474b112ecb32ac5d4eac53e3373d
+DIST cfe-4.0.0rc3.src.tar.xz 10901068 SHA256 974f47d91d97cebadceb33f7a966d1c158f57ffd012a300fd3d96f817ef64dd3 SHA512 6427c90516c80d4ce83861ae2eb22635f38818e4f35441292375b4867abb82c48371ddf0afe9daec3b96f5f5ee1b5eced0e246eb878ef703454b92e6e2f62541 WHIRLPOOL 0608db76025fb81fc5db4e68c5b1c92dda4f82d7cf1518a38ec35cf40d4990314117b7ece0aa2e37badbfa964ba5c9b08664534bec5839cf3d1c965ac672dd30
diff --git a/dev-python/clang-python/clang-python-4.0.0_rc2.ebuild b/dev-python/clang-python/clang-python-4.0.0_rc3.ebuild
index fb2814619faf..307db8e353ad 100644
--- a/dev-python/clang-python/clang-python-4.0.0_rc2.ebuild
+++ b/dev-python/clang-python/clang-python-4.0.0_rc3.ebuild
@@ -18,7 +18,7 @@ IUSE="test"
# 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}"