• [gentoo-dev] [PATCH 03/22] cron.eclass: remove EAPI 6

    From David Seifert@21:1/5 to All on Tue Mar 14 21:00:01 2023
    Signed-off-by: David Seifert <soap@gentoo.org>
    ---
    eclass/cron.eclass | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/eclass/cron.eclass b/eclass/cron.eclass
    index ebf8ea1e824a..c185c0eaa032 100644
    --- a/eclass/cron.eclass
    +++ b/eclass/cron.eclass
    @@ -6,7 +6,7 @@
    # maintainer-needed@gentoo.org
    # @AUTHOR:
    # Original Author: Aaron Walker <ka0ttic@gentoo.org>
    -# @SUPPORTED_EAPIS: 6 7 8
    +# @SUPPORTED_EAPIS: 7 8
    # @BLURB: Some functions for cron
    # @DESCRIPTION:
    # Purpose: The main motivation for this eclass was to simplify
    @@ -18,7 +18,7 @@
    # chosen based on the most common setting among cron ebuilds.

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

    --
    2.40.0

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