projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fb4f0c
)
sys-libs/llvm-libunwind: Bump llvm dep due to cmake path change
author
Michał Górny
<mgorny@gentoo.org>
Sun, 4 Sep 2016 10:01:20 +0000
(12:01 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 4 Sep 2016 10:03:42 +0000
(12:03 +0200)
sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild
patch
|
blob
|
history
diff --git
a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild
b/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild
index 1dc0656f7c9e81786815377c9a526c9c6019b26d..740fd02691e1771114c5a00e6079d7a01802bef1 100644
(file)
--- 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)