diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-11-12 16:35:13 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-11-12 17:03:16 +0100 |
commit | 0edbc0e4414895801dfdb9aa436cf18e9567f4ca (patch) | |
tree | 29b7b123bebb0f3cf3fa42867bd613f8cc9d64d0 /eclass/tests | |
parent | python-utils-r1.eclass: python_export(), always respect PYTHON (diff) | |
download | gentoo-0edbc0e4414895801dfdb9aa436cf18e9567f4ca.tar.gz gentoo-0edbc0e4414895801dfdb9aa436cf18e9567f4ca.tar.bz2 gentoo-0edbc0e4414895801dfdb9aa436cf18e9567f4ca.zip |
python-utils-r1.eclass: Fix pypy3 include path in tests
Diffstat (limited to 'eclass/tests')
-rwxr-xr-x | eclass/tests/python-utils-r1.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/tests/python-utils-r1.sh b/eclass/tests/python-utils-r1.sh index b683c51830a9..b89acfd4b295 100755 --- a/eclass/tests/python-utils-r1.sh +++ b/eclass/tests/python-utils-r1.sh @@ -105,7 +105,7 @@ test_var EPYTHON pypy3 pypy3 test_var PYTHON pypy3 /usr/bin/pypy3 if [[ -x /usr/bin/pypy3 ]]; then test_var PYTHON_SITEDIR pypy3 "/usr/lib*/pypy3/site-packages" - test_var PYTHON_INCLUDEDIR pypy3 /usr/lib/pypy3/include + test_var PYTHON_INCLUDEDIR pypy3 "/usr/lib*/pypy3/include" fi test_var PYTHON_PKG_DEP pypy3 '*virtual/pypy3*:0=' test_var PYTHON_SCRIPTDIR pypy3 /usr/lib/python-exec/pypy3 |