summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-09-04 12:01:20 +0200
committerMichał Górny <mgorny@gentoo.org>2016-09-04 12:03:42 +0200
commitaa54598c1baa5dd7c991b87e33d9afc3bf3b9ce1 (patch)
tree304e85742dbc4b1e9d554faa292eba36363d4888 /sys-libs
parentdev-util/dialog: Old. (diff)
downloadgentoo-aa54598c1baa5dd7c991b87e33d9afc3bf3b9ce1.tar.gz
gentoo-aa54598c1baa5dd7c991b87e33d9afc3bf3b9ce1.tar.bz2
gentoo-aa54598c1baa5dd7c991b87e33d9afc3bf3b9ce1.zip
sys-libs/llvm-libunwind: Bump llvm dep due to cmake path change
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild
index 1dc0656f7c9e..740fd02691e1 100644
--- a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild
+++ b/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild
@@ -21,7 +21,8 @@ IUSE="debug +static-libs"
RDEPEND="!sys-libs/libunwind"
# llvm-config and cmake files needed to get proper flags
-DEPEND=">=sys-devel/llvm-3.8.1-r2"
+# (3.9.0 needed because cmake file install path changed)
+DEPEND=">=sys-devel/llvm-3.9.0"
src_configure() {
local libdir=$(get_libdir)