summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-04-19 20:42:37 +0200
committerMichał Górny <mgorny@gentoo.org>2019-04-19 20:43:18 +0200
commit553387da4b61af13df1d81eb400554f30195a713 (patch)
tree8d1705ee05284a0654e701b7e4d21b9658a05df5 /sys-devel
parentnet-analyzer/netdata: Make xen and cups plugins optional (diff)
downloadgentoo-553387da4b61af13df1d81eb400554f30195a713.tar.gz
gentoo-553387da4b61af13df1d81eb400554f30195a713.tar.bz2
gentoo-553387da4b61af13df1d81eb400554f30195a713.zip
sys-devel/llvm: Update binutils dep in 7.1.0
Bug: https://bugs.gentoo.org/677888 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/llvm/llvm-7.1.0.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-7.1.0.ebuild b/sys-devel/llvm/llvm-7.1.0.ebuild
index ed9e4e2b2524..b7dd83e3536b 100644
--- a/sys-devel/llvm/llvm-7.1.0.ebuild
+++ b/sys-devel/llvm/llvm-7.1.0.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]
+ <sys-devel/binutils-2.31.1-r4:*[cxx]
+ )
+ )
libedit? ( dev-libs/libedit:0=[${MULTILIB_USEDEP}] )
libffi? ( >=virtual/libffi-3.0.13-r1:0=[${MULTILIB_USEDEP}] )
ncurses? ( >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}] )