From 7d2c73b93294509cd500ed00ef046a4c6e5eaa3d Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Fri, 3 Mar 2017 15:49:16 -0500 Subject: python-r1.eclass: localize variable to avoid leaking into the env --- eclass/python-r1.eclass | 1 + 1 file changed, 1 insertion(+) (limited to 'eclass/python-r1.eclass') diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index 929ec8fa8f89..4d27881cd5c4 100644 --- a/eclass/python-r1.eclass +++ b/eclass/python-r1.eclass @@ -476,6 +476,7 @@ _python_obtain_impls() { MULTIBUILD_VARIANTS=() + local impl for impl in "${_PYTHON_SUPPORTED_IMPLS[@]}"; do has "${impl}" "${PYTHON_COMPAT[@]}" && \ use "python_targets_${impl}" && MULTIBUILD_VARIANTS+=( "${impl}" ) -- cgit v1.2.3-65-gdbad