Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 20 Jun 2021 21:46:43
Message-Id: 1624225590.fd2bcf977bbbd53510da9aae82667ca7151356be.sam@gentoo
1 commit: fd2bcf977bbbd53510da9aae82667ca7151356be
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 19 22:45:31 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 20 21:46:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd2bcf97
7
8 toolchain.eclass: add TODO to audit inherits
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/toolchain.eclass | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
16 index 3c495631a0e..c07d483fd1f 100644
17 --- a/eclass/toolchain.eclass
18 +++ b/eclass/toolchain.eclass
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 # Maintainer: Toolchain Ninjas <toolchain@g.o>
25 @@ -7,6 +7,8 @@
26 DESCRIPTION="The GNU Compiler Collection"
27 HOMEPAGE="https://gcc.gnu.org/"
28
29 +# TODO: Please audit this inherit list on future EAPI bumps and ideally
30 +# conditonalise them where possible.
31 inherit eutils flag-o-matic gnuconfig libtool multilib pax-utils toolchain-funcs prefix
32
33 tc_is_live() {