aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eclass/python-single-r1.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass
index 7de42bb..119a310 100644
--- a/eclass/python-single-r1.eclass
+++ b/eclass/python-single-r1.eclass
@@ -215,6 +215,7 @@ _python-single-r1_python_is_multilib() {
if [[ ! ${EPYTHON} ]]; then
die "EPYTHON unset, python-single-r1_pkg_setup not called?!"
fi
+ [[ ${EPYTHON} == pypy* ]] && return 1
local PYTHON_PKG_DEP
python_export ${EPYTHON} PYTHON_PKG_DEP
# n.b.: must be in sync with list at the top of multilib-build.eclass