diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-12-31 10:06:01 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-12-31 10:06:01 +0100 |
commit | 85ad470eafdfe9971bb57bbdfed33aad0df964d4 (patch) | |
tree | 3c36b2a552749022bb9ac36675a8451b1593ce5b /eclass/tests | |
parent | eclass/tests: Update expected deps in distutils-r1 tests (diff) | |
download | gentoo-85ad470eafdfe9971bb57bbdfed33aad0df964d4.tar.gz gentoo-85ad470eafdfe9971bb57bbdfed33aad0df964d4.tar.bz2 gentoo-85ad470eafdfe9971bb57bbdfed33aad0df964d4.zip |
eclass/tests/python-utils-r1.sh: Update expected pypy3 includedir
Signed-off-by: Michał Górny <mgorny@gentoo.org>
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 63a94c90b715..1cd5cdbf6c0a 100755 --- a/eclass/tests/python-utils-r1.sh +++ b/eclass/tests/python-utils-r1.sh @@ -151,7 +151,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/include/pypy3.?" fi test_var PYTHON_PKG_DEP pypy3 '*dev-python/pypy3*:0=' test_var PYTHON_SCRIPTDIR pypy3 /usr/lib/python-exec/pypy3 |