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 EBA2A138334 for ; Wed, 13 Mar 2019 08:22:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6CFBE089B; Wed, 13 Mar 2019 08:22:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 90993E089B for ; Wed, 13 Mar 2019 08:22:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E0A4A335CF2 for ; Wed, 13 Mar 2019 08:22:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19CC454D for ; Wed, 13 Mar 2019 08:22:22 +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: <1552463231.1f7a7694538ef2e256e1d3cb94da1cb391df9c31.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-7.0.9999.ebuild sys-devel/llvm/llvm-8.0.0_rc5.ebuild sys-devel/llvm/llvm-8.0.9999.ebuild sys-devel/llvm/llvm-9999.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1f7a7694538ef2e256e1d3cb94da1cb391df9c31 X-VCS-Branch: master Date: Wed, 13 Mar 2019 08:22:22 +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: 27d1c73e-f766-47c1-9397-03c5f6762597 X-Archives-Hash: 6b61fdf7c278af5f2e0636057a186383 commit: 1f7a7694538ef2e256e1d3cb94da1cb391df9c31 Author: Michał Górny gentoo org> AuthorDate: Wed Mar 13 07:47:09 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 13 07:47:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f7a7694 sys-devel/llvm: Update binutils dep in live ebuilds & RC Update binutils dependency to account for USE flag rename in live ebuilds and the masked RC. ~arch ebuilds are going to be updated as new releases are added to avoid spurious rebuilds. Bug: https://bugs.gentoo.org/677888 Signed-off-by: Michał Górny gentoo.org> sys-devel/llvm/llvm-7.0.9999.ebuild | 7 ++++++- sys-devel/llvm/llvm-8.0.0_rc5.ebuild | 7 ++++++- sys-devel/llvm/llvm-8.0.9999.ebuild | 7 ++++++- sys-devel/llvm/llvm-9999.ebuild | 7 ++++++- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/sys-devel/llvm/llvm-7.0.9999.ebuild b/sys-devel/llvm/llvm-7.0.9999.ebuild index 9e2be474c59..c361a226832 100644 --- a/sys-devel/llvm/llvm-7.0.9999.ebuild +++ b/sys-devel/llvm/llvm-7.0.9999.ebuild @@ -42,7 +42,12 @@ RESTRICT="!test? ( test )" RDEPEND=" sys-libs/zlib:0= exegesis? ( dev-libs/libpfm:= ) - gold? ( >=sys-devel/binutils-2.22:*[cxx] ) + gold? ( + || ( + >=sys-devel/binutils-2.31.1-r4:*[plugins] + =virtual/libffi-3.0.13-r1:0=[${MULTILIB_USEDEP}] ) ncurses? ( >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}] ) diff --git a/sys-devel/llvm/llvm-8.0.0_rc5.ebuild b/sys-devel/llvm/llvm-8.0.0_rc5.ebuild index 167c83db857..250137f620f 100644 --- a/sys-devel/llvm/llvm-8.0.0_rc5.ebuild +++ b/sys-devel/llvm/llvm-8.0.0_rc5.ebuild @@ -40,7 +40,12 @@ RESTRICT="!test? ( test )" RDEPEND=" sys-libs/zlib:0= exegesis? ( dev-libs/libpfm:= ) - gold? ( >=sys-devel/binutils-2.22:*[cxx] ) + gold? ( + || ( + >=sys-devel/binutils-2.31.1-r4:*[plugins] + =virtual/libffi-3.0.13-r1:0=[${MULTILIB_USEDEP}] ) ncurses? ( >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}] ) diff --git a/sys-devel/llvm/llvm-8.0.9999.ebuild b/sys-devel/llvm/llvm-8.0.9999.ebuild index b31f34a9105..4d4395f2fdb 100644 --- a/sys-devel/llvm/llvm-8.0.9999.ebuild +++ b/sys-devel/llvm/llvm-8.0.9999.ebuild @@ -42,7 +42,12 @@ RESTRICT="!test? ( test )" RDEPEND=" sys-libs/zlib:0= exegesis? ( dev-libs/libpfm:= ) - gold? ( >=sys-devel/binutils-2.22:*[cxx] ) + gold? ( + || ( + >=sys-devel/binutils-2.31.1-r4:*[plugins] + =virtual/libffi-3.0.13-r1:0=[${MULTILIB_USEDEP}] ) ncurses? ( >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}] ) diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild index abc5f6f5ebd..0da81c25c4c 100644 --- a/sys-devel/llvm/llvm-9999.ebuild +++ b/sys-devel/llvm/llvm-9999.ebuild @@ -44,7 +44,12 @@ RESTRICT="!test? ( test )" RDEPEND=" sys-libs/zlib:0= exegesis? ( dev-libs/libpfm:= ) - gold? ( >=sys-devel/binutils-2.22:*[cxx] ) + gold? ( + || ( + >=sys-devel/binutils-2.31.1-r4:*[plugins] + =virtual/libffi-3.0.13-r1:0=[${MULTILIB_USEDEP}] ) ncurses? ( >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}] )