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 5DB91138334 for ; Sun, 4 Aug 2019 11:11:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9577AE086E; Sun, 4 Aug 2019 11:11:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D4A9E086E for ; Sun, 4 Aug 2019 11:11:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C95B34981A for ; Sun, 4 Aug 2019 11:11:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0462740 for ; Sun, 4 Aug 2019 11:11:12 +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: <1564916764.501ed0232ef61ad04d02ee18ea2b781d7a870d9b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm/llvm-10.0.0.9999.ebuild sys-devel/llvm/llvm-5.0.2.ebuild sys-devel/llvm/llvm-6.0.1-r2.ebuild sys-devel/llvm/llvm-6.0.1.ebuild sys-devel/llvm/llvm-7.1.0.ebuild sys-devel/llvm/llvm-8.0.0.ebuild sys-devel/llvm/llvm-8.0.1.ebuild sys-devel/llvm/llvm-9.0.0.9999.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 501ed0232ef61ad04d02ee18ea2b781d7a870d9b X-VCS-Branch: master Date: Sun, 4 Aug 2019 11:11:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2d5e2308-9f22-4cf4-b9e0-99ed173a93f7 X-Archives-Hash: 28b9fec21fa92a0085c1f1a847943074 commit: 501ed0232ef61ad04d02ee18ea2b781d7a870d9b Author: Michał Górny gentoo org> AuthorDate: Sun Aug 4 11:06:04 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 4 11:06:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=501ed023 sys-devel/llvm: Add MULTILIB_USEDEP on app-arch/zlib Bug: https://bugs.gentoo.org/690962 Signed-off-by: Michał Górny gentoo.org> sys-devel/llvm/llvm-10.0.0.9999.ebuild | 2 +- sys-devel/llvm/llvm-5.0.2.ebuild | 2 +- sys-devel/llvm/llvm-6.0.1-r2.ebuild | 2 +- sys-devel/llvm/llvm-6.0.1.ebuild | 2 +- sys-devel/llvm/llvm-7.1.0.ebuild | 2 +- sys-devel/llvm/llvm-8.0.0.ebuild | 2 +- sys-devel/llvm/llvm-8.0.1.ebuild | 2 +- sys-devel/llvm/llvm-9.0.0.9999.ebuild | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys-devel/llvm/llvm-10.0.0.9999.ebuild b/sys-devel/llvm/llvm-10.0.0.9999.ebuild index 8f93e039da4..00350a42ae2 100644 --- a/sys-devel/llvm/llvm-10.0.0.9999.ebuild +++ b/sys-devel/llvm/llvm-10.0.0.9999.ebuild @@ -42,7 +42,7 @@ IUSE="debug doc exegesis gold libedit +libffi ncurses test xar xml z3 RESTRICT="!test? ( test )" RDEPEND=" - sys-libs/zlib:0= + sys-libs/zlib:0=[${MULTILIB_USEDEP}] exegesis? ( dev-libs/libpfm:= ) gold? ( || ( diff --git a/sys-devel/llvm/llvm-5.0.2.ebuild b/sys-devel/llvm/llvm-5.0.2.ebuild index 16c23e4ecfd..840938cac7c 100644 --- a/sys-devel/llvm/llvm-5.0.2.ebuild +++ b/sys-devel/llvm/llvm-5.0.2.ebuild @@ -38,7 +38,7 @@ IUSE="debug doc gold libedit +libffi ncurses test kernel_Darwin kernel_linux ${ALL_LLVM_TARGETS[*]}" RDEPEND=" - sys-libs/zlib:0= + sys-libs/zlib:0=[${MULTILIB_USEDEP}] gold? ( || ( >=sys-devel/binutils-2.31.1-r4:*[plugins] diff --git a/sys-devel/llvm/llvm-6.0.1-r2.ebuild b/sys-devel/llvm/llvm-6.0.1-r2.ebuild index cde23251282..45ab641dc66 100644 --- a/sys-devel/llvm/llvm-6.0.1-r2.ebuild +++ b/sys-devel/llvm/llvm-6.0.1-r2.ebuild @@ -38,7 +38,7 @@ IUSE="debug doc gold libedit +libffi ncurses test xar xml RESTRICT="!test? ( test )" RDEPEND=" - sys-libs/zlib:0= + sys-libs/zlib:0=[${MULTILIB_USEDEP}] gold? ( || ( >=sys-devel/binutils-2.31.1-r4:*[plugins] diff --git a/sys-devel/llvm/llvm-6.0.1.ebuild b/sys-devel/llvm/llvm-6.0.1.ebuild index d801ca21e89..395441ba7a4 100644 --- a/sys-devel/llvm/llvm-6.0.1.ebuild +++ b/sys-devel/llvm/llvm-6.0.1.ebuild @@ -38,7 +38,7 @@ IUSE="debug doc gold libedit +libffi ncurses test xar xml RESTRICT="!test? ( test )" RDEPEND=" - sys-libs/zlib:0= + sys-libs/zlib:0=[${MULTILIB_USEDEP}] gold? ( || ( >=sys-devel/binutils-2.31.1-r4:*[plugins] diff --git a/sys-devel/llvm/llvm-7.1.0.ebuild b/sys-devel/llvm/llvm-7.1.0.ebuild index 0241b48c77b..e785407ad28 100644 --- a/sys-devel/llvm/llvm-7.1.0.ebuild +++ b/sys-devel/llvm/llvm-7.1.0.ebuild @@ -38,7 +38,7 @@ IUSE="debug doc exegesis gold libedit +libffi ncurses test xar xml RESTRICT="!test? ( test )" RDEPEND=" - sys-libs/zlib:0= + sys-libs/zlib:0=[${MULTILIB_USEDEP}] exegesis? ( dev-libs/libpfm:= ) gold? ( || ( diff --git a/sys-devel/llvm/llvm-8.0.0.ebuild b/sys-devel/llvm/llvm-8.0.0.ebuild index 069d8dc2ebb..598c0b67919 100644 --- a/sys-devel/llvm/llvm-8.0.0.ebuild +++ b/sys-devel/llvm/llvm-8.0.0.ebuild @@ -38,7 +38,7 @@ IUSE="debug doc exegesis gold libedit +libffi ncurses test xar xml RESTRICT="!test? ( test )" RDEPEND=" - sys-libs/zlib:0= + sys-libs/zlib:0=[${MULTILIB_USEDEP}] exegesis? ( dev-libs/libpfm:= ) gold? ( || ( diff --git a/sys-devel/llvm/llvm-8.0.1.ebuild b/sys-devel/llvm/llvm-8.0.1.ebuild index 776acd7fbeb..af0c9dae944 100644 --- a/sys-devel/llvm/llvm-8.0.1.ebuild +++ b/sys-devel/llvm/llvm-8.0.1.ebuild @@ -39,7 +39,7 @@ IUSE="debug doc exegesis gold libedit +libffi ncurses test xar xml RESTRICT="!test? ( test )" RDEPEND=" - sys-libs/zlib:0= + sys-libs/zlib:0=[${MULTILIB_USEDEP}] exegesis? ( dev-libs/libpfm:= ) gold? ( || ( diff --git a/sys-devel/llvm/llvm-9.0.0.9999.ebuild b/sys-devel/llvm/llvm-9.0.0.9999.ebuild index dbdf1284b2a..af9151627bc 100644 --- a/sys-devel/llvm/llvm-9.0.0.9999.ebuild +++ b/sys-devel/llvm/llvm-9.0.0.9999.ebuild @@ -40,7 +40,7 @@ IUSE="debug doc exegesis gold libedit +libffi ncurses test xar xml z3 RESTRICT="!test? ( test )" RDEPEND=" - sys-libs/zlib:0= + sys-libs/zlib:0=[${MULTILIB_USEDEP}] exegesis? ( dev-libs/libpfm:= ) gold? ( || (