summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-01-15 15:09:07 +0100
committerMichał Górny <mgorny@gentoo.org>2017-01-15 15:30:59 +0100
commit2f202f30513403c9448ae2cf78375a55dc4acf3f (patch)
tree2e6e308aa6b5ca8e937cd80f0e9e8d0d101555f6 /sys-libs/llvm-libunwind
parentsys-libs/compiler-rt-sanitizers: Remove unnecessary LLVM_LIBDIR_SUFFIX (diff)
downloadgentoo-2f202f30513403c9448ae2cf78375a55dc4acf3f.tar.gz
gentoo-2f202f30513403c9448ae2cf78375a55dc4acf3f.tar.bz2
gentoo-2f202f30513403c9448ae2cf78375a55dc4acf3f.zip
sys-libs/llvm-libunwind: Bump sys-devel/llvm dep for --cmakedir
Require LLVM 4.0 or newer for llvm-config to provide --cmakedir option. This overrides the fallback CMake directory search done in libdir, and therefore makes it possible to build the multilib runtime against a single ABI variant of LLVM.
Diffstat (limited to 'sys-libs/llvm-libunwind')
-rw-r--r--sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild
index 5929692bc84d..a24d385f5b80 100644
--- a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild
+++ b/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild
@@ -21,9 +21,8 @@ KEYWORDS=""
IUSE="debug +static-libs"
RDEPEND="!sys-libs/libunwind"
-# llvm-config and cmake files needed to get proper flags
-# (3.9.0 needed because cmake file install path changed)
-DEPEND=">=sys-devel/llvm-3.9.0[${MULTILIB_USEDEP}]"
+# LLVM 4 required for llvm-config --cmakedir
+DEPEND=">=sys-devel/llvm-4"
# least intrusive of all
CMAKE_BUILD_TYPE=RelWithDebInfo