• [gentoo-dev] [PATCH 2/4] eclass/depend.apache: enable EAPI 8

    From Hans de Graaff@21:1/5 to All on Fri Sep 29 09:00:02 2023
    Bug: https://bugs.gentoo.org/914200
    ---
    eclass/depend.apache.eclass | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass
    index 4d1ca573611b..8f0469931d2c 100644
    --- a/eclass/depend.apache.eclass
    +++ b/eclass/depend.apache.eclass
    @@ -4,7 +4,7 @@
    # @ECLASS: depend.apache.eclass
    # @MAINTAINER:
    # apache-bugs@gentoo.org
    -# @SUPPORTED_EAPIS: 6 7
    +# @SUPPORTED_EAPIS: 6 7 8
    # @BLURB: Functions to allow ebuilds to depend on apache
    # @DESCRIPTION:
    # This eclass handles depending on apache in a sane way and provides information
    @@ -41,7 +41,7 @@
    # @CODE

    case ${EAPI:-0} in
    - 6|7)
    + 6|7|8)
    ;;
    *)
    die "EAPI=${EAPI} is not supported by depend.apache.eclass"
    --
    2.41.0

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