• [gentoo-dev] [PATCH 2/2] vala.eclass: drop eutils/multilib inherit

    From David Seifert@21:1/5 to All on Sun Jan 1 18:00:01 2023
    * Both eclasses are not used by vala.eclass.
    * Any ebuilds relying on the transitive inherit should be fixed instead.

    Signed-off-by: David Seifert <soap@gentoo.org>
    ---
    eclass/vala.eclass | 3 +--
    1 file changed, 1 insertion(+), 2 deletions(-)

    diff --git a/eclass/vala.eclass b/eclass/vala.eclass
    index 22407197042..20bf00ebd8b 100644
    --- a/eclass/vala.eclass
    +++ b/eclass/vala.eclass
    @@ -15,8 +15,7 @@
    # executables, pkgconfig files, etc., which Gentoo does not provide.

    case ${EAPI} in
    - 7) inherit eutils multilib ;;
    - 8) ;;
    + 7|8) ;;
    *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
    esac

    --
    2.39.0

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