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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 69C0F1382C5 for ; Wed, 25 Nov 2020 19:54:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFA86E0886; Wed, 25 Nov 2020 19:54:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 923E9E0886 for ; Wed, 25 Nov 2020 19:54:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2277341227 for ; Wed, 25 Nov 2020 19:54:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EEB542F for ; Wed, 25 Nov 2020 19:54:54 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1606333989.765789c5afa47e76f747c16556b6066e12899cd0.grobian@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: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 765789c5afa47e76f747c16556b6066e12899cd0 X-VCS-Branch: master Date: Wed, 25 Nov 2020 19:54:54 +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: 4ae26a28-a064-454f-a703-c5e6482ea3c4 X-Archives-Hash: 147f90ee12c63cc49d62e4ea89986e07 commit: 765789c5afa47e76f747c16556b6066e12899cd0 Author: Fabian Groffen gentoo org> AuthorDate: Wed Nov 25 19:53:09 2020 +0000 Commit: Fabian Groffen gentoo 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 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 }