commit: 7952fbcf81b0ebd8e24e87b1a45165a172aede13 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Nov 12 06:23:15 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 12 06:33:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7952fbcf
eclass/tests: fix toolchain.sh tests Followup to e9e6d8c367fdf02b14f9cb2a59489833975d1445. Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/tests/toolchain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/tests/toolchain.sh b/eclass/tests/toolchain.sh index 162ff27e17c4..3621c93e3841 100755 --- a/eclass/tests/toolchain.sh +++ b/eclass/tests/toolchain.sh @@ -11,7 +11,7 @@ PR=r0 source tests-common.sh || exit source version-funcs.sh || exit -EAPI=7 inherit toolchain +EAPI=8 inherit toolchain # Ignore actually running version of gcc and fake new version # to force downgrade test on all conditions below.
