summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2022-06-18 09:01:04 +0200
committerFabian Groffen <grobian@gentoo.org>2022-06-18 09:01:04 +0200
commit77970d2b6d1d4fc05b68252a0ede211800be067c (patch)
treec213f5b44569823660de3fff9badc8aa2fd474b1
parentsys-devel/gcc-12.1.0: use EAPI=8, fix PDEPEND (diff)
downloadprefix-77970d2b6d1d4fc05b68252a0ede211800be067c.tar.gz
prefix-77970d2b6d1d4fc05b68252a0ede211800be067c.tar.bz2
prefix-77970d2b6d1d4fc05b68252a0ede211800be067c.zip
scripts/bootstrap-prefix: bump snapshot for gcc-12.1.0
Our GCC 12.1 snapshot is prepped for Apple M1 support, preparing the way for a full arm64-darwin bootstrap. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rwxr-xr-xscripts/bootstrap-prefix.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index dc78743b93..c242762d33 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -611,7 +611,7 @@ do_tree() {
bootstrap_tree() {
# RAP uses the latest gentoo main repo snapshot to bootstrap.
is-rap && LATEST_TREE_YES=1
- local PV="20220116"
+ local PV="20220616"
if [[ -n ${LATEST_TREE_YES} ]]; then
do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
else