• [gentoo-dev] [PATCH 2/3] out-of-source.eclass: remove EAPI 6

    From David Seifert@21:1/5 to All on Sat Jan 22 13:20:02 2022
    Signed-off-by: David Seifert <soap@gentoo.org>
    ---
    eclass/out-of-source.eclass | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/eclass/out-of-source.eclass b/eclass/out-of-source.eclass
    index 61b7c492c96..e03943b3040 100644
    --- a/eclass/out-of-source.eclass
    +++ b/eclass/out-of-source.eclass
    @@ -4,7 +4,7 @@
    # @ECLASS: out-of-source.eclass
    # @MAINTAINER:
    # Michał Górny <mgorny@gentoo.org>
    -# @SUPPORTED_EAPIS: 6 7 8
    +# @SUPPORTED_EAPIS: 7 8
    # @BLURB: convenient wrapper to build autotools packages out-of-source
    # @DESCRIPTION:
    # This eclass provides a minimalistic wrapper interface to easily
    @@ -33,7 +33,7 @@
    # @CODE

    case ${EAPI} in
    - 6|7|8);;
    + 7|8);;
    *) die "EAPI ${EAPI:-0} unsupported (too old)";;
    esac

    --
    2.34.1

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