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 17:05:05
Message-Id: 1473008696.3e27a4cef54004d2ad16c1816e322d44178dc6ce.mgorny@gentoo
1 commit: 3e27a4cef54004d2ad16c1816e322d44178dc6ce
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 16:42:42 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 4 17:04:56 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e27a4ce
7
8 sys-libs/llvm-libunwind: Enable multilib support in -9999
9
10 sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild
14 index 740fd02..b97b7d6 100644
15 --- a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild
16 +++ b/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild
17 @@ -6,7 +6,7 @@ EAPI=6
18
19 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
20 CMAKE_MIN_VERSION=3.4.3
21 -inherit cmake-utils git-r3
22 +inherit cmake-multilib git-r3
23
24 DESCRIPTION="C++ runtime stack unwinder from LLVM"
25 HOMEPAGE="https://github.com/llvm-mirror/libunwind"
26 @@ -24,7 +24,7 @@ RDEPEND="!sys-libs/libunwind"
27 # (3.9.0 needed because cmake file install path changed)
28 DEPEND=">=sys-devel/llvm-3.9.0"
29
30 -src_configure() {
31 +multilib_src_configure() {
32 local libdir=$(get_libdir)
33
34 local mycmakeargs=(