aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory M. Tuner <gmt@be-evil.net>2014-06-27 02:52:55 -0700
committerGregory M. Tuner <gmt@be-evil.net>2014-06-27 02:52:55 -0700
commitebf382b6ae36e7a817a46149e96fd9d1c5698c39 (patch)
treeeb91717fc8131f9665acb5c72123d56244be7393 /eclass/python-single-r1.eclass
parentx11-libs/gtk+-3.12.2-r1: multilib atom audit (diff)
downloadgmt-ebf382b6ae36e7a817a46149e96fd9d1c5698c39.tar.gz
gmt-ebf382b6ae36e7a817a46149e96fd9d1c5698c39.tar.bz2
gmt-ebf382b6ae36e7a817a46149e96fd9d1c5698c39.zip
eclass/python-single-r1: avoid querying PYTHON_PKG_DEP for pypy (results in an error)
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
Diffstat (limited to 'eclass/python-single-r1.eclass')
-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