diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-10-28 10:24:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-10-28 10:24:00 +0200 |
commit | 2ec095a0bca10ded3361ff2d7494a42ac9f51cfb (patch) | |
tree | 1f5bb1f8d2716886f374a47f57dd3892b0dbb765 /eclass/tests | |
parent | package.mask: Remove stale scim-sunpinyin mask (diff) | |
download | gentoo-2ec095a0bca10ded3361ff2d7494a42ac9f51cfb.tar.gz gentoo-2ec095a0bca10ded3361ff2d7494a42ac9f51cfb.tar.bz2 gentoo-2ec095a0bca10ded3361ff2d7494a42ac9f51cfb.zip |
eclass/tests/scons-utils.sh: Fake python-r1 to fix failure
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/tests')
-rwxr-xr-x | eclass/tests/scons-utils.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |