• [gentoo-dev] [PATCH 05/50] check-reqs.eclass: drop support for EAPI 6

    From David Seifert@21:1/5 to All on Tue Aug 27 17:20:02 2024
    Signed-off-by: David Seifert <soap@gentoo.org>
    ---
    eclass/check-reqs.eclass | 30 +++++++++++++++---------------
    1 file changed, 15 insertions(+), 15 deletions(-)

    diff --git a/eclass/check-reqs.eclass b/eclass/check-reqs.eclass
    index fac2f4553d74..441ef4b95993 100644
    --- a/eclass/check-reqs.eclass
    +++ b/eclass/check-reqs.eclass
    @@ -1,4 +1,4 @@
    -# Copyright 2004-2023 Gentoo Authors
    +# Copyright 2004-2024 Gentoo Authors
    # Distributed under the terms of the GNU General Public License v2

    # @ECLASS: check-reqs.eclass
    @@ -7,7 +7,7 @@
    # @AUTHOR:
    # Bo Ørsted Andresen <zlin@gentoo.org>
    # Original Author: Ciaran McCreesh <ciaranm@gentoo.org>
    -# @SUPPORTED_EAPIS: 6 7 8
    +# @SUPPORTED_EAPIS: 7 8
    # @BLURB: Provides a uniform way of handling ebuilds with very high build requirements
    # @DESCRIPTION:
    # This eclass provides a uniform way of handling ebuilds which have very high @@ -39,7 +39,7 @@
    # probably degrade gracefully if they don't. Probably.

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