commit: 95d867733fb20a3bb533ce97250497127bfcc048
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 25 20:19:22 2020 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Nov 25 20:19:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=95d86773
scripts/bootstrap-python: update versions of bash and Python for Big Sur
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
scripts/bootstrap-prefix.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index d821b14394..c5b3f7ef2c 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -965,7 +965,7 @@ bootstrap_gnu() {
PYTHONMAJMIN=3.7 # keep this number in line with PV below for stage1,2
bootstrap_python() {
- PV=3.7.7
+ PV=3.7.8
A=Python-${PV}.tar.xz
patch=true
@@ -1296,6 +1296,7 @@ bootstrap_texinfo() {
}
bootstrap_bash() {
+ bootstrap_gnu bash 5.1-rc3 ||
bootstrap_gnu bash 4.3 ||
bootstrap_gnu bash 4.2
}