• [gentoo-dev] [PATCH 3/8] python*-r1.eclass: Add missing inherit for eqa

    From =?UTF-8?q?Ulrich=20M=C3=BCller?=@21:1/5 to All on Sat Jul 23 21:30:01 2022
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>
    ---
    eclass/python-r1.eclass | 1 +
    eclass/python-utils-r1.eclass | 1 +
    2 files changed, 2 insertions(+)

    diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass
    index 3471e17bdde6..2fd5c70120e9 100644
    --- a/eclass/python-r1.eclass
    +++ b/eclass/python-r1.eclass
    @@ -49,6 +49,7 @@ elif [[ ${_PYTHON_ANY_R1} ]]; then
    die 'python-r1.eclass can not be used with python-any-r1.eclass.'
    fi

    +[[ ${EAPI} == 6 ]] && inherit eqawarn
    inherit multibuild python-utils-r1

    fi
    diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index e54f943f94f6..b793a1f13e0f 100644
    --- a/eclass/python-utils-r1.eclass
    +++ b/eclass/python-utils-r1.eclass
    @@ -35,6 +35,7 @@ fi
    if [[ ! ${_PYTHON_UTILS_R1} ]]; then

    [[ ${EAPI} == [67] ]] && inherit eapi8-dosym
    +[[ ${EAPI} == 6 ]] && inherit eqawarn
    inherit multiprocessing toolchain-funcs

    # @ECLASS_VARIABLE: _PYTHON_ALL_IMPLS
    --
    2.35.1

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