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

sys-libs/llvm-libunwind/llvm-libunwind-6.0.9999.ebuild
sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild

index e972befc5175785117c97c2b0b7b071b85f3aaef..2d1f18ceeabf6258c7c44dfe9cb80aa40b532ff6 100644 (file)
@@ -23,8 +23,9 @@ IUSE="debug +static-libs test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="!sys-libs/libunwind"
-# LLVM 4 required for llvm-config --cmakedir
-DEPEND=">=sys-devel/llvm-4
+# llvm-6 for new lit options
+DEPEND="
+       >=sys-devel/llvm-6
        test? (
                sys-libs/libcxx[${MULTILIB_USEDEP}]
                $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') )"
index 5ed8fd671d373a030f041f641b41ec15385e50e6..d7622010ab472dd050902dcf5227f1d38fd2af9c 100644 (file)
@@ -22,8 +22,9 @@ IUSE="debug +static-libs test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="!sys-libs/libunwind"
-# LLVM 4 required for llvm-config --cmakedir
-DEPEND=">=sys-devel/llvm-4
+# llvm-6 for new lit options
+DEPEND="
+       >=sys-devel/llvm-6
        test? (
                sys-libs/libcxx[${MULTILIB_USEDEP}]
                $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') )"