commit:     ebbc3ad0433d3a2595df0c7d10cc1b988ce30346
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  7 08:29:14 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan  7 08:29:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=ebbc3ad0

scripts/bootstrap-prefix.sh: try to bootstrap only >=bash-5.0

EAPI 8 needs bash 5.0 as a minimum.

Bug: https://bugs.gentoo.org/921535
Signed-off-by: Sam James <sam <AT> gentoo.org>

 scripts/bootstrap-prefix.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 8ab84a3a2b..ab1c8392d0 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1297,8 +1297,6 @@ bootstrap_bash() {
        bootstrap_gnu bash 5.2 ||
        bootstrap_gnu bash 5.1 ||
        bootstrap_gnu bash 5.0 ||
-       bootstrap_gnu bash 4.3 ||
-       bootstrap_gnu bash 4.2
 }
 
 bootstrap_bison() {

Reply via email to