summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-06-12 13:23:03 +0100
committerSam James <sam@gentoo.org>2022-06-12 13:23:12 +0100
commit80e8c172eed46f84f135469732d4593a2ff1fdf3 (patch)
treebaf3de21c473116261d925a91f4bf0fb81b72c8e /eclass
parentsci-chemistry/votca: amd64 stable wrt bug #846386 (diff)
downloadgentoo-80e8c172eed46f84f135469732d4593a2ff1fdf3.tar.gz
gentoo-80e8c172eed46f84f135469732d4593a2ff1fdf3.tar.bz2
gentoo-80e8c172eed46f84f135469732d4593a2ff1fdf3.zip
toolchain.eclass: add use-dep default for D
The others are masked, but w/e. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/toolchain.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 15487fc6e65d..c83678f41d2e 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -332,7 +332,7 @@ if 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
- BDEPEND+=" d? ( || ( sys-devel/gcc[d] <sys-devel/gcc-12[d] ) )"
+ BDEPEND+=" d? ( || ( sys-devel/gcc[d(-)] <sys-devel/gcc-12[d(-)] ) )"
fi
PDEPEND=">=sys-devel/gcc-config-2.3"