commit: 662d541fbb2e2165e98e2a79556438ba7a95dd36 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Thu Aug 4 11:49:51 2022 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> 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 <grobian <AT> 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
