From ebbc3ad0433d3a2595df0c7d10cc1b988ce30346 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 7 Jan 2024 08:29:14 +0000 Subject: [PATCH] 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 --- 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() {