From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6F830138330 for ; Sun, 4 Sep 2016 17:05:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B220B21C08A; Sun, 4 Sep 2016 17:05:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 550C821C08A for ; Sun, 4 Sep 2016 17:05:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E5C33408CF for ; Sun, 4 Sep 2016 17:05:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 999442475 for ; Sun, 4 Sep 2016 17:05:00 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1473008696.3e27a4cef54004d2ad16c1816e322d44178dc6ce.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/llvm-libunwind/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild X-VCS-Directories: sys-libs/llvm-libunwind/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3e27a4cef54004d2ad16c1816e322d44178dc6ce X-VCS-Branch: master Date: Sun, 4 Sep 2016 17:05:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 38609098-dcc3-4d5d-a217-1c12eaf31718 X-Archives-Hash: ffba0fba15b9992bfb2f3bb52742d00d commit: 3e27a4cef54004d2ad16c1816e322d44178dc6ce Author: Michał Górny gentoo org> AuthorDate: Sun Sep 4 16:42:42 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Sep 4 17:04:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e27a4ce 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(-) diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild index 740fd02..b97b7d6 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=(