Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Fri, 03 May 2019 20:26:57
Message-Id: 1556915206.45baf68501f057327d89e21fcb63650bb8ae0142.slyfox@gentoo
1 commit: 45baf68501f057327d89e21fcb63650bb8ae0142
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 3 18:35:43 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri May 3 20:26:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45baf685
7
8 toolchain.eclass: add D language to gcc-9
9
10 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
11
12 eclass/toolchain.eclass | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
16 index 5e7497dffcd..17850db4304 100644
17 --- a/eclass/toolchain.eclass
18 +++ b/eclass/toolchain.eclass
19 @@ -173,6 +173,7 @@ if [[ ${PN} != "kgcc64" && ${PN} != gcc-* ]] ; then
20 # systemtap is a gentoo-specific switch: bug #654748
21 tc_version_is_at_least 8.0 &&
22 IUSE+=" systemtap" TC_FEATURES+=(systemtap)
23 + tc_version_is_at_least 9.0 && IUSE+=" d"
24 fi
25
26 SLOT="${GCC_CONFIG_VER}"