From c3b55a6be7da027d97d8aef00ef88c3011121a42 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 31 Aug 2022 10:50:20 +0100 Subject: gentoo auto-resync : 31:08:2022 - 10:50:20 --- eclass/toolchain.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass/toolchain.eclass') diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 5c6e39472a58..4a91f0d3dee0 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -324,11 +324,11 @@ if tc_has_feature zstd ; then RDEPEND+=" zstd? ( app-arch/zstd:= )" fi -if tc_has_feature valgrind; then +if tc_has_feature valgrind ; then BDEPEND+=" valgrind? ( dev-util/valgrind )" fi -if tc_version_is_at_least 12.0 ; then +if tc_has_feature d && tc_version_is_at_least 12.0 ; then # D in 12+ is self-hosting and needs D to bootstrap. # TODO: package some binary we can use, like for Ada # bug #840182 -- cgit v1.2.3