Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/llvm-libunwind/
Date: Sun, 04 Sep 2016 10:03:54
Message-Id: 1472983422.aa54598c1baa5dd7c991b87e33d9afc3bf3b9ce1.mgorny@gentoo
1 commit: aa54598c1baa5dd7c991b87e33d9afc3bf3b9ce1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 10:01:20 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 4 10:03:42 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa54598c
7
8 sys-libs/llvm-libunwind: Bump llvm dep due to cmake path change
9
10 sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild | 3 ++-
11 1 file changed, 2 insertions(+), 1 deletion(-)
12
13 diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild
14 index 1dc0656..740fd02 100644
15 --- a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild
16 +++ b/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild
17 @@ -21,7 +21,8 @@ IUSE="debug +static-libs"
18
19 RDEPEND="!sys-libs/libunwind"
20 # llvm-config and cmake files needed to get proper flags
21 -DEPEND=">=sys-devel/llvm-3.8.1-r2"
22 +# (3.9.0 needed because cmake file install path changed)
23 +DEPEND=">=sys-devel/llvm-3.9.0"
24
25 src_configure() {
26 local libdir=$(get_libdir)