diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-06 15:37:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-06 15:53:20 +0200 |
commit | f29e11e071427953f0af9724175eab07bf1b1367 (patch) | |
tree | bf5e0887ee49776b9bb412251844ec2cd7028184 | |
parent | x11-libs/libXft: Version bump to 2.3.5 (diff) | |
download | gentoo-f29e11e071427953f0af9724175eab07bf1b1367.tar.gz gentoo-f29e11e071427953f0af9724175eab07bf1b1367.tar.bz2 gentoo-f29e11e071427953f0af9724175eab07bf1b1367.zip |
sys-libs/compiler-rt: Require ld.gold for testing in 15.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-15.0.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-15.0.0.ebuild b/sys-libs/compiler-rt/compiler-rt-15.0.0.ebuild index c01ed38975d1..0b6ae1850e11 100644 --- a/sys-libs/compiler-rt/compiler-rt-15.0.0.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-15.0.0.ebuild @@ -25,6 +25,7 @@ BDEPEND=" clang? ( sys-devel/clang ) test? ( $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]") + sys-devel/binutils[gold] =sys-devel/clang-${PV%_*}*:${CLANG_SLOT} ) !test? ( |