diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-06-16 10:38:55 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-06-16 16:09:46 +0200 |
commit | 6029280204380cee264a8bd45ffcd0c4d6b214f1 (patch) | |
tree | 9bdf7004cfca0c99875d36e7e44cc6aa20a4067c /eclass/toolchain.eclass | |
parent | sys-apps/sandbox: Stabilize 2.30-r1 x86, #908565 (diff) | |
download | gentoo-6029280204380cee264a8bd45ffcd0c4d6b214f1.tar.gz gentoo-6029280204380cee264a8bd45ffcd0c4d6b214f1.tar.bz2 gentoo-6029280204380cee264a8bd45ffcd0c4d6b214f1.zip |
toolchain.eclass: Don't inherit eutils
None of the ebuilds inheriting toolchain in EAPI 7 needs any of the
remaining eutils features.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r-- | eclass/toolchain.eclass | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 3578ac7f44ec..3013e5c9aeca 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -22,7 +22,6 @@ _TOOLCHAIN_ECLASS=1 DESCRIPTION="The GNU Compiler Collection" HOMEPAGE="https://gcc.gnu.org/" -[[ ${EAPI} == 7 ]] && inherit eutils inherit edo flag-o-matic gnuconfig libtool multilib pax-utils toolchain-funcs prefix tc_is_live() { @@ -61,7 +60,6 @@ is_crosscompile() { [[ ${CHOST} != ${CTARGET} ]] } - # @FUNCTION: tc_version_is_at_least # @USAGE: ver1 [ver2] # @DESCRIPTION: @@ -927,7 +925,6 @@ toolchain_src_configure() { # ;; # esac - ### Cross-compiler options if is_crosscompile ; then # Enable build warnings by default with cross-compilers when system |