summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/python-r1.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass
index 6181ec32af61..8de0a851856c 100644
--- a/eclass/python-r1.eclass
+++ b/eclass/python-r1.eclass
@@ -628,7 +628,7 @@ python_setup() {
local best_impl patterns=( "${@-*}" )
_python_try_impl() {
- if _python_impl_matches "${impl}" "${patterns[@]}"; then
+ if _python_impl_matches "${EPYTHON}" "${patterns[@]}"; then
best_impl=${EPYTHON}
fi
}