• [gentoo-dev] [PATCH 06/12] usr-ldscript.eclass: remove EAPI 5

    From David Seifert@21:1/5 to All on Sat Jan 29 18:40:04 2022
    Signed-off-by: David Seifert <soap@gentoo.org>
    ---
    eclass/usr-ldscript.eclass | 6 +++---
    1 file changed, 3 insertions(+), 3 deletions(-)

    diff --git a/eclass/usr-ldscript.eclass b/eclass/usr-ldscript.eclass
    index 2bf725abdd0..7842dfc643d 100644
    --- a/eclass/usr-ldscript.eclass
    +++ b/eclass/usr-ldscript.eclass
    @@ -1,17 +1,17 @@
    -# Copyright 2019-2021 Gentoo Authors
    +# Copyright 2019-2022 Gentoo Authors
    # Distributed under the terms of the GNU General Public License v2

    # @ECLASS: usr-ldscript.eclass
    # @MAINTAINER:
    # Toolchain Ninjas <toolchain@gentoo.org>
    -# @SUPPORTED_EAPIS: 5 6 7 8
    +# @SUPPORTED_EAPIS: 6 7 8
    # @BLURB: Defines the gen_usr_ldscript function.

    if [[ -z ${_USR_LDSCRIPT_ECLASS} ]]; then
    _USR_LDSCRIPT_ECLASS=1

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

    --
    2.35.0

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