commit: 2ec095a0bca10ded3361ff2d7494a42ac9f51cfb Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Oct 28 08:24:00 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Oct 28 08:24:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec095a0
eclass/tests/scons-utils.sh: Fake python-r1 to fix failure Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> eclass/tests/scons-utils.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/tests/scons-utils.sh b/eclass/tests/scons-utils.sh index 32a0a944706e..5f1cd2036047 100755 --- a/eclass/tests/scons-utils.sh +++ b/eclass/tests/scons-utils.sh @@ -3,6 +3,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 +_PYTHON_R1=1 source tests-common.sh || exit inherit scons-utils
