Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/tests/
Date: Fri, 31 Dec 2021 09:10:18
Message-Id: 1640941561.85ad470eafdfe9971bb57bbdfed33aad0df964d4.mgorny@gentoo
1 commit: 85ad470eafdfe9971bb57bbdfed33aad0df964d4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 31 09:06:01 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 31 09:06:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85ad470e
7
8 eclass/tests/python-utils-r1.sh: Update expected pypy3 includedir
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/tests/python-utils-r1.sh | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/tests/python-utils-r1.sh b/eclass/tests/python-utils-r1.sh
16 index 63a94c90b715..1cd5cdbf6c0a 100755
17 --- a/eclass/tests/python-utils-r1.sh
18 +++ b/eclass/tests/python-utils-r1.sh
19 @@ -151,7 +151,7 @@ test_var EPYTHON pypy3 pypy3
20 test_var PYTHON pypy3 /usr/bin/pypy3
21 if [[ -x /usr/bin/pypy3 ]]; then
22 test_var PYTHON_SITEDIR pypy3 "/usr/lib*/pypy3.?/site-packages"
23 - test_var PYTHON_INCLUDEDIR pypy3 "/usr/lib*/pypy3.?/include"
24 + test_var PYTHON_INCLUDEDIR pypy3 "/usr/include/pypy3.?"
25 fi
26 test_var PYTHON_PKG_DEP pypy3 '*dev-python/pypy3*:0='
27 test_var PYTHON_SCRIPTDIR pypy3 /usr/lib/python-exec/pypy3