• [gentoo-dev] [PATCH] flag-o-matic.eclass: Don't inherit eutils in EAPI

    From =?UTF-8?q?Ulrich=20M=C3=BCller?=@21:1/5 to All on Fri Jun 16 00:10:02 2023
    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>
    ---
    eclass/flag-o-matic.eclass | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    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:
    --
    2.41.0

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)