• [gentoo-dev] [PATCH 1/2] xorg-3.eclass: Disallow EAPI=7

    From Matt Turner@21:1/5 to All on Tue Dec 17 05:30:01 2024
    Signed-off-by: Matt Turner <mattst88@gentoo.org>
    ---
    eclass/xorg-3.eclass | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git ./eclass/xorg-3.eclass ./eclass/xorg-3.eclass
    index ee4038533bfd..0d51be294051 100644
    --- ./eclass/xorg-3.eclass
    +++ ./eclass/xorg-3.eclass
    @@ -8,7 +8,7 @@
    # Author: Tomáš Chvátal <scarabeus@gentoo.org>
    # Author: Donnie Berkholz <dberkholz@gentoo.org>
    # Author: Matt Turner <mattst88@gentoo.org>
    -# @SUPPORTED_EAPIS: 7 8
    +# @SUPPORTED_EAPIS: 8
    # @PROVIDES: multilib-minimal
    # @BLURB: Reduces code duplication in the modularized X11 ebuilds.
    # @DESCRIPTION:
    @@ -23,7 +23,7 @@
    # everything else should be automatic.

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

    --
    2.45.2

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