• [gentoo-dev] [PATCH 5/5] gnome2.eclass: support EAPI 8

    From Marek Szuba@21:1/5 to All on Thu Dec 9 14:30:02 2021
    Signed-off-by: Marek Szuba <marecki@gentoo.org>
    ---
    eclass/gnome2.eclass | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass
    index c6d93a46bfe..0414d5cd5f3 100644
    --- a/eclass/gnome2.eclass
    +++ b/eclass/gnome2.eclass
    @@ -4,7 +4,7 @@
    # @ECLASS: gnome2.eclass
    # @MAINTAINER:
    # gnome@gentoo.org
    -# @SUPPORTED_EAPIS: 5 6 7
    +# @SUPPORTED_EAPIS: 5 6 7 8
    # @PROVIDES: gnome2-utils
    # @BLURB: Provides phases for Gnome/Gtk+ based packages.
    # @DESCRIPTION:
    @@ -25,7 +25,7 @@ case ${EAPI} in
    5)
    EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_install pkg_preinst pkg_postinst pkg_postrm
    ;;
    - 6|7)
    + 6|7|8)
    EXPORT_FUNCTIONS src_prepare src_configure src_compile src_install pkg_preinst pkg_postinst pkg_postrm
    ;;
    *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
    --
    2.32.0

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