diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-03-13 08:47:09 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-03-13 08:47:11 +0100 |
commit | 1f7a7694538ef2e256e1d3cb94da1cb391df9c31 (patch) | |
tree | 11054ce552d11824dc9c5e86847a1b5e82cb6647 /sys-devel | |
parent | dev-python/llvmlite: Bump to 0.28.0 (diff) | |
download | gentoo-1f7a7694538ef2e256e1d3cb94da1cb391df9c31.tar.gz gentoo-1f7a7694538ef2e256e1d3cb94da1cb391df9c31.tar.bz2 gentoo-1f7a7694538ef2e256e1d3cb94da1cb391df9c31.zip |
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 <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/llvm-7.0.9999.ebuild | 7 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-8.0.0_rc5.ebuild | 7 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-8.0.9999.ebuild | 7 | ||||
-rw-r--r-- | 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 9e2be474c599..c361a226832d 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] + <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}] ) diff --git a/sys-devel/llvm/llvm-8.0.0_rc5.ebuild b/sys-devel/llvm/llvm-8.0.0_rc5.ebuild index 167c83db857a..250137f620f3 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] + <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}] ) diff --git a/sys-devel/llvm/llvm-8.0.9999.ebuild b/sys-devel/llvm/llvm-8.0.9999.ebuild index b31f34a91058..4d4395f2fdbb 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] + <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}] ) diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild index abc5f6f5ebda..0da81c25c4c6 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] + <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}] ) |