sys-libs/compiler-rt: Bump LLVM macro dep to 6
authorMichał Górny <mgorny@gentoo.org>
Sat, 20 Jan 2018 08:45:41 +0000 (09:45 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 20 Jan 2018 08:54:39 +0000 (09:54 +0100)
Require macros provided by LLVM 6 due to new lit options.

sys-libs/compiler-rt/compiler-rt-6.0.9999.ebuild
sys-libs/compiler-rt/compiler-rt-9999.ebuild

index 19b4ea1e2fd71035758eed2501542687834c64d6..712fe0ab6fd0ec3ca6e2087d4115a314f8bac7a4 100644 (file)
@@ -25,9 +25,9 @@ IUSE="+clang test"
 RESTRICT="!test? ( test ) !clang? ( test )"
 
 LLVM_SLOT=${SLOT%%.*}
-# llvm-4 needed for --cmakedir
+# llvm-6 for new lit options
 DEPEND="
-       >=sys-devel/llvm-4
+       >=sys-devel/llvm-6
        clang? ( sys-devel/clang )
        test? (
                $(python_gen_any_dep "~dev-python/lit-${PV}[\${PYTHON_USEDEP}]")
index 4f525a8bc4d43e0bab0fa4d8a7c0c5f02f49f9f8..13a501b66836987cef06b3bec12d3d3edaf354d8 100644 (file)
@@ -24,9 +24,9 @@ IUSE="+clang test"
 RESTRICT="!test? ( test ) !clang? ( test )"
 
 LLVM_SLOT=${SLOT%%.*}
-# llvm-4 needed for --cmakedir
+# llvm-6 for new lit options
 DEPEND="
-       >=sys-devel/llvm-4
+       >=sys-devel/llvm-6
        clang? ( sys-devel/clang )
        test? (
                $(python_gen_any_dep "~dev-python/lit-${PV}[\${PYTHON_USEDEP}]")