Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/
Date: Sat, 20 Apr 2019 23:24:27
Message-Id: 1555699398.553387da4b61af13df1d81eb400554f30195a713.mgorny@gentoo
1 commit: 553387da4b61af13df1d81eb400554f30195a713
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 19 18:42:37 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 19 18:43:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=553387da
7
8 sys-devel/llvm: Update binutils dep in 7.1.0
9
10 Bug: https://bugs.gentoo.org/677888
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 sys-devel/llvm/llvm-7.1.0.ebuild | 7 ++++++-
14 1 file changed, 6 insertions(+), 1 deletion(-)
15
16 diff --git a/sys-devel/llvm/llvm-7.1.0.ebuild b/sys-devel/llvm/llvm-7.1.0.ebuild
17 index ed9e4e2b252..b7dd83e3536 100644
18 --- a/sys-devel/llvm/llvm-7.1.0.ebuild
19 +++ b/sys-devel/llvm/llvm-7.1.0.ebuild
20 @@ -40,7 +40,12 @@ RESTRICT="!test? ( test )"
21 RDEPEND="
22 sys-libs/zlib:0=
23 exegesis? ( dev-libs/libpfm:= )
24 - gold? ( >=sys-devel/binutils-2.22:*[cxx] )
25 + gold? (
26 + || (
27 + >=sys-devel/binutils-2.31.1-r4:*[plugins]
28 + <sys-devel/binutils-2.31.1-r4:*[cxx]
29 + )
30 + )
31 libedit? ( dev-libs/libedit:0=[${MULTILIB_USEDEP}] )
32 libffi? ( >=virtual/libffi-3.0.13-r1:0=[${MULTILIB_USEDEP}] )
33 ncurses? ( >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}] )