diff options
author | Gregory M. Tuner <gmt@be-evil.net> | 2014-06-27 02:52:55 -0700 |
---|---|---|
committer | Gregory M. Tuner <gmt@be-evil.net> | 2014-06-27 02:52:55 -0700 |
commit | ebf382b6ae36e7a817a46149e96fd9d1c5698c39 (patch) | |
tree | eb91717fc8131f9665acb5c72123d56244be7393 | |
parent | x11-libs/gtk+-3.12.2-r1: multilib atom audit (diff) | |
download | gmt-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>
-rw-r--r-- | eclass/python-single-r1.eclass | 1 |
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 |