• [gentoo-dev] [PATCH 10/10] python-r1.eclass: Fix PYTHON_PKG_DEP strippi

    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-r1.eclass | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass
    index 9b03a269e88b..e51218e26ac5 100644
    --- a/eclass/python-r1.eclass
    +++ b/eclass/python-r1.eclass
    @@ -518,7 +518,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}"
    fi
    done
    echo "|| ( ${out})"

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