From 3e27a4cef54004d2ad16c1816e322d44178dc6ce Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 4 Sep 2016 18:42:42 +0200 Subject: sys-libs/llvm-libunwind: Enable multilib support in -9999 --- sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-libs') diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild index 740fd02691e1..b97b7d691f99 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild @@ -6,7 +6,7 @@ EAPI=6 : ${CMAKE_MAKEFILE_GENERATOR:=ninja} CMAKE_MIN_VERSION=3.4.3 -inherit cmake-utils git-r3 +inherit cmake-multilib git-r3 DESCRIPTION="C++ runtime stack unwinder from LLVM" HOMEPAGE="https://github.com/llvm-mirror/libunwind" @@ -24,7 +24,7 @@ RDEPEND="!sys-libs/libunwind" # (3.9.0 needed because cmake file install path changed) DEPEND=">=sys-devel/llvm-3.9.0" -src_configure() { +multilib_src_configure() { local libdir=$(get_libdir) local mycmakeargs=( -- cgit v1.2.3-65-gdbad