From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 649EC158451 for ; Sun, 7 Jan 2024 08:29:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8FBEE2A75; Sun, 7 Jan 2024 08:29:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88B61E2A75 for ; Sun, 7 Jan 2024 08:29:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2494343241 for ; Sun, 7 Jan 2024 08:29:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41DB9AE5 for ; Sun, 7 Jan 2024 08:29:37 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1704616154.ebbc3ad0433d3a2595df0c7d10cc1b988ce30346.sam@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/bootstrap-prefix.sh X-VCS-Directories: scripts/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ebbc3ad0433d3a2595df0c7d10cc1b988ce30346 X-VCS-Branch: master Date: Sun, 7 Jan 2024 08:29:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7460b6d5-4629-4596-be9f-a3a179fa33d4 X-Archives-Hash: c6ad1a783fb633f8c376efadb7f89347 commit: ebbc3ad0433d3a2595df0c7d10cc1b988ce30346 Author: Sam James gentoo org> AuthorDate: Sun Jan 7 08:29:14 2024 +0000 Commit: Sam James gentoo 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 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() {