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 35EFD158094 for ; Thu, 4 Aug 2022 11:51:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B32CE0ADA; Thu, 4 Aug 2022 11:51:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 78A39E0ADA for ; Thu, 4 Aug 2022 11:51:05 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A4DBD340A9C for ; Thu, 4 Aug 2022 11:51:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B5B51E for ; Thu, 4 Aug 2022 11:51:03 +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: <1659613791.662d541fbb2e2165e98e2a79556438ba7a95dd36.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: 662d541fbb2e2165e98e2a79556438ba7a95dd36 X-VCS-Branch: master Date: Thu, 4 Aug 2022 11:51:03 +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: 4996acc7-9db8-4932-944e-f4ac363a0720 X-Archives-Hash: 880e99f89bf7e91d05dd280a1ebb0656 commit: 662d541fbb2e2165e98e2a79556438ba7a95dd36 Author: Fabian Groffen gentoo org> AuthorDate: Thu Aug 4 11:49:51 2022 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Aug 4 11:49:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=662d541f scripts/bootstrap-prefix: bump snapshot for arm64-macos This should get past GCC in stage2, and depending on your machine, complete the entire bootstrap. Bug: https://bugs.gentoo.org/778014 Signed-off-by: Fabian Groffen gentoo.org> scripts/bootstrap-prefix.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index c7bf16eedb..0653ec9a74 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -557,11 +557,6 @@ bootstrap_setup() { sys-devel/native-cctools EOF - [[ ${CHOST} == arm64-*-darwin* ]] && - cat >> "${ROOT}"/etc/portage/package.accept_keywords <<-EOF - =sys-devel/gcc-11_pre20200206 ** - EOF - # Strange enough, -cxx causes wrong libtool config on Cygwin, # but we require a C++ compiler there anyway - so just use it. [[ ${CHOST} == *-cygwin* ]] || @@ -620,7 +615,7 @@ do_tree() { bootstrap_tree() { # RAP uses the latest gentoo main repo snapshot to bootstrap. is-rap && LATEST_TREE_YES=1 - local PV="20220718" + local PV="20220803" if [[ -n ${LATEST_TREE_YES} ]]; then do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2 else