From ebf382b6ae36e7a817a46149e96fd9d1c5698c39 Mon Sep 17 00:00:00 2001 From: "Gregory M. Tuner" Date: Fri, 27 Jun 2014 02:52:55 -0700 Subject: eclass/python-single-r1: avoid querying PYTHON_PKG_DEP for pypy (results in an error) Signed-off-by: Gregory M. Tuner --- eclass/python-single-r1.eclass | 1 + 1 file changed, 1 insertion(+) (limited to 'eclass/python-single-r1.eclass') 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 -- cgit v1.2.3-18-g5258