commit: 765789c5afa47e76f747c16556b6066e12899cd0
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 25 19:53:09 2020 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Nov 25 19:53:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=765789c5
scripts/bootstrap-prefix: bootstrap gawk 5.0.1 for macOS Big Sur
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
scripts/bootstrap-prefix.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 34dba4f491..d821b14394 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1283,7 +1283,7 @@ bootstrap_patch() {
}
bootstrap_gawk() {
- bootstrap_gnu gawk 4.0.1 || bootstrap_gnu gawk 4.0.0 || \
+ bootstrap_gnu gawk 5.0.1 || bootstrap_gnu gawk 4.0.1 || \
bootstrap_gnu gawk 3.1.8
}