diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-06-15 21:56:56 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-06-16 20:09:52 +0200 |
commit | 75def1cf11d291c34507b91a50925f4da9d18794 (patch) | |
tree | 5c53370ea1d1f391e876c2b4e70c2ce0044dd850 /eclass/flag-o-matic.eclass | |
parent | ruby-single.eclass: add missing 'local' (diff) | |
download | gentoo-75def1cf11d291c34507b91a50925f4da9d18794.tar.gz gentoo-75def1cf11d291c34507b91a50925f4da9d18794.tar.bz2 gentoo-75def1cf11d291c34507b91a50925f4da9d18794.zip |
flag-o-matic.eclass: Don't inherit eutils in EAPI 7
None of the ebuilds inheriting flag-o-matic in EAPI 7 needs any of the
remaining eutils features.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/flag-o-matic.eclass')
-rw-r--r-- | eclass/flag-o-matic.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index bef3abf69dde..0558e639b981 100644 --- a/eclass/flag-o-matic.eclass +++ b/eclass/flag-o-matic.eclass @@ -20,7 +20,7 @@ _FLAG_O_MATIC_ECLASS=1 inherit toolchain-funcs -[[ ${EAPI} == [67] ]] && inherit eutils +[[ ${EAPI} == 6 ]] && inherit eutils # @FUNCTION: all-flag-vars # @DESCRIPTION: |