summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2022-07-01 08:07:35 +0200
committerFabian Groffen <grobian@gentoo.org>2022-07-01 08:07:35 +0200
commita28bd032cb352b0f344c74c0c3d36d9a64782645 (patch)
tree02dc9c6411c3ebf4623eebef1f08581d43c0a911
parentRevert "bootstrap-prefix.sh: bump snapshot for autotools.eclass (and distutil... (diff)
downloadprefix-a28bd032.tar.gz
prefix-a28bd032.tar.bz2
prefix-a28bd032.zip
scripts/bootstrap-prefix: bump snapshot for autotools.eclass
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 6a7d27bb4b..127d91aca7 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -618,7 +618,7 @@ do_tree() {
bootstrap_tree() {
# RAP uses the latest gentoo main repo snapshot to bootstrap.
is-rap && LATEST_TREE_YES=1
- local PV="20220616"
+ local PV="20220629"
if [[ -n ${LATEST_TREE_YES} ]]; then
do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
else