Signed-off-by: Michał Górny <mgo...@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})"

Reply via email to