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 5FBBC138330 for ; Thu, 8 Sep 2016 14:05:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AC44E09FC; Thu, 8 Sep 2016 14:05:19 +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 19299E09FC for ; Thu, 8 Sep 2016 14:05:18 +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 08E8634081F for ; Thu, 8 Sep 2016 14:05:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E839246E for ; Thu, 8 Sep 2016 14:05:16 +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: <1473343509.8b7958b7c10c6f5d293ce3bb42b295abf9df58e8.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-3.9.0.ebuild 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: 8b7958b7c10c6f5d293ce3bb42b295abf9df58e8 X-VCS-Branch: master Date: Thu, 8 Sep 2016 14:05:16 +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: ff4cf2b3-765a-4384-a45f-dbfa809e4027 X-Archives-Hash: 9cbb14113ffc0518abeceb80d6fbe321 commit: 8b7958b7c10c6f5d293ce3bb42b295abf9df58e8 Author: Michał Górny gentoo org> AuthorDate: Thu Sep 8 13:59:36 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Sep 8 14:05:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7958b7 sys-libs/llvm-libunwind: Add missing MULTILIB_USEDEP on sys-devel/llvm Add MULTILIB_USEDEP on sys-devel/llvm since the needed CMake files are installed in ABI-specific lib* directory. sys-libs/llvm-libunwind/llvm-libunwind-3.9.0.ebuild | 2 +- sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-3.9.0.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-3.9.0.ebuild index ba30c80..1346f7a 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-3.9.0.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-3.9.0.ebuild @@ -21,7 +21,7 @@ IUSE="debug +static-libs" RDEPEND="!sys-libs/libunwind" # llvm-config and cmake files needed to get proper flags # (3.9.0 needed because cmake file install path changed) -DEPEND=">=sys-devel/llvm-3.9.0" +DEPEND=">=sys-devel/llvm-3.9.0[${MULTILIB_USEDEP}]" S="${WORKDIR}/${MY_P}.src" diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild index b97b7d6..df6f770 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild @@ -22,7 +22,7 @@ IUSE="debug +static-libs" RDEPEND="!sys-libs/libunwind" # llvm-config and cmake files needed to get proper flags # (3.9.0 needed because cmake file install path changed) -DEPEND=">=sys-devel/llvm-3.9.0" +DEPEND=">=sys-devel/llvm-3.9.0[${MULTILIB_USEDEP}]" multilib_src_configure() { local libdir=$(get_libdir)