commit: 6538aa0d68509820186cc46dd7d18caa125d51d9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 8 15:39:04 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 8 15:45:51 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6538aa0d
sys-devel/clang: 8.0+ requires z3-4.7.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-devel/clang/clang-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-devel/clang/clang-9999.ebuild
b/sys-devel/clang/clang-9999.ebuild
index a30db408c52..9e95b51eaf9 100644
--- a/sys-devel/clang/clang-9999.ebuild
+++ b/sys-devel/clang/clang-9999.ebuild
@@ -37,7 +37,7 @@ RDEPEND="
~sys-devel/llvm-${PV}:${SLOT}=[debug=,${LLVM_TARGET_USEDEPS//
/,},${MULTILIB_USEDEP}]
static-analyzer? (
dev-lang/perl:*
- z3? ( sci-mathematics/z3:0= )
+ z3? ( >=sci-mathematics/z3-4.7.1:0= )
)
xml? ( dev-libs/libxml2:2=[${MULTILIB_USEDEP}] )
${PYTHON_DEPS}"