• [gentoo-dev] [PATCH 07/12] usr-ldscript.eclass: canonical variable orde

    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 7842dfc643d..a8229ed2ac2 100644
    --- a/eclass/usr-ldscript.eclass
    +++ b/eclass/usr-ldscript.eclass
    @@ -7,14 +7,14 @@
    # @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
    6|7|8) ;;
    *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
    esac

    +if [[ -z ${_USR_LDSCRIPT_ECLASS} ]]; then
    +_USR_LDSCRIPT_ECLASS=1
    +
    inherit multilib toolchain-funcs

    IUSE="split-usr"
    --
    2.35.0

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