summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-20 09:45:51 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-20 09:54:40 +0100
commit34a860a5ed7afa89c6127d25367adfb72392aa1b (patch)
tree2497651ea00ce67de92da428575b443c37f8e96b /sys-libs/llvm-libunwind/llvm-libunwind-6.0.9999.ebuild
parentsys-libs/compiler-rt-sanitizers: Bump LLVM macro dep to 6 (diff)
downloadgentoo-34a860a5ed7afa89c6127d25367adfb72392aa1b.tar.gz
gentoo-34a860a5ed7afa89c6127d25367adfb72392aa1b.tar.bz2
gentoo-34a860a5ed7afa89c6127d25367adfb72392aa1b.zip
sys-libs/llvm-libunwind: Bump LLVM macro dep to 6
Require macros provided by LLVM 6 due to new lit options.
Diffstat (limited to 'sys-libs/llvm-libunwind/llvm-libunwind-6.0.9999.ebuild')
-rw-r--r--sys-libs/llvm-libunwind/llvm-libunwind-6.0.9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-6.0.9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-6.0.9999.ebuild
index e972befc5175..2d1f18ceeabf 100644
--- a/sys-libs/llvm-libunwind/llvm-libunwind-6.0.9999.ebuild
+++ b/sys-libs/llvm-libunwind/llvm-libunwind-6.0.9999.ebuild
@@ -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}]') )"