• [gentoo-dev] [PATCH 09/10] python-any-r1.eclass: Fix := stripping again

    From =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?@21:1/5 to All on Thu Feb 13 15:00:01 2025
    Signed-off-by: Michał Górny <mgorny@gentoo.org>
    ---
    eclass/python-any-r1.eclass | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass
    index adc7b1bfec47..835780aab802 100644
    --- a/eclass/python-any-r1.eclass
    +++ b/eclass/python-any-r1.eclass
    @@ -175,7 +175,7 @@ _python_any_set_globals() {
    _python_export "${i}" PYTHON_PKG_DEP

    # note: need to strip '=' slot operator for || deps
    - deps="${PYTHON_PKG_DEP/:=} ${deps}"
    + deps="${PYTHON_PKG_DEP/=} ${deps}"
    done
    deps="|| ( ${deps})"

    @@ -258,7 +258,7 @@ python_gen_any_dep() {
    local i_depstr=${depstr//\$\{PYTHON_USEDEP\}/${PYTHON_USEDEP}}
    i_depstr=${i_depstr//\$\{PYTHON_SINGLE_USEDEP\}/${PYTHON_SINGLE_USEDEP}}
    # note: need to strip '=' slot operator for || deps
    - out="( ${PYTHON_PKG_DEP/:=} ${i_depstr} ) ${out}"
    + out="( ${PYTHON_PKG_DEP/=} ${i_depstr} ) ${out}"
    done
    echo "|| ( ${out})"
    }

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