summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2023-12-27 01:12:37 -0500
committerSam James <sam@gentoo.org>2023-12-27 13:31:01 +0000
commit84f86f16e6a7026c5e55c9dc395015488d17a3db (patch)
tree8fed0c665b663472e6d79c1793c1482f30821cca
parentdev-util/meson: add 1.3.1 (diff)
downloadgentoo-84f86f16e6a7026c5e55c9dc395015488d17a3db.tar.gz
gentoo-84f86f16e6a7026c5e55c9dc395015488d17a3db.tar.bz2
gentoo-84f86f16e6a7026c5e55c9dc395015488d17a3db.zip
dev-util/meson: drop no longer needed test workaround
Running python3 directly instead of EPYTHON was introduced in commit 2338a84f3c87c8c94b8b615279ef3efb011ca61c. I cannot reproduce this test failure anymore. I think this was probably fixed when I tweaked the tests way back when: https://github.com/mesonbuild/meson/commit/908a78dbc249b8f9db5d5404ccd08809ea1964ef Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-util/meson/meson-1.3.1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-util/meson/meson-1.3.1.ebuild b/dev-util/meson/meson-1.3.1.ebuild
index 03ce81fbfb01..3e41566b7b9c 100644
--- a/dev-util/meson/meson-1.3.1.ebuild
+++ b/dev-util/meson/meson-1.3.1.ebuild
@@ -117,8 +117,7 @@ python_test() {
# value in JAVA_HOME, and the tests should get skipped.
export JAVA_HOME=$(java-config -O 2>/dev/null)
- # Call python3 instead of EPYTHON to satisfy test_meson_uninstalled.
- python3 run_tests.py
+ ${EPYTHON} -u run_tests.py
) || die "Testing failed with ${EPYTHON}"
}