mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-19 15:29:07 -07:00
sys-devel/mold: clang explicitly used for tests
Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://codeberg.org/gentoo/gentoo/pulls/1750 Merges: https://codeberg.org/gentoo/gentoo/pulls/1750 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
2422f30370
commit
3af0f71ee4
@@ -35,6 +35,9 @@ RDEPEND="
|
||||
mimalloc? ( >=dev-libs/mimalloc-3:= )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
test? ( llvm-core/clang:* )
|
||||
"
|
||||
|
||||
pkg_pretend() {
|
||||
# Requires a c++20 compiler, see #831473
|
||||
|
||||
@@ -35,6 +35,9 @@ RDEPEND="
|
||||
mimalloc? ( >=dev-libs/mimalloc-3:= )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
test? ( llvm-core/clang:* )
|
||||
"
|
||||
|
||||
pkg_pretend() {
|
||||
# Requires a c++20 compiler, see #831473
|
||||
|
||||
Reference in New Issue
Block a user