commit: fd2bcf977bbbd53510da9aae82667ca7151356be Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jun 19 22:45:31 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jun 20 21:46:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd2bcf97
toolchain.eclass: add TODO to audit inherits Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/toolchain.eclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 3c495631a0e..c07d483fd1f 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Maintainer: Toolchain Ninjas <[email protected]> @@ -7,6 +7,8 @@ DESCRIPTION="The GNU Compiler Collection" HOMEPAGE="https://gcc.gnu.org/" +# TODO: Please audit this inherit list on future EAPI bumps and ideally +# conditonalise them where possible. inherit eutils flag-o-matic gnuconfig libtool multilib pax-utils toolchain-funcs prefix tc_is_live() {
