summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2021-01-09 10:29:30 +0100
committerFabian Groffen <grobian@gentoo.org>2021-01-09 16:12:20 +0100
commit73601f515574bdb1200a83aea432b31805882d46 (patch)
treebbef4e7a7727c6851d213e73069287494c39f86a
parentdev-lang/python-3.9.1: fix compilation on Darwin20 (diff)
downloadprefix-73601f515574bdb1200a83aea432b31805882d46.tar.gz
prefix-73601f515574bdb1200a83aea432b31805882d46.tar.bz2
prefix-73601f515574bdb1200a83aea432b31805882d46.zip
scripts/bootstrap-prefix: bump tree for pkgconf fix
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 5f7be2fb31..114fee840a 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -526,7 +526,7 @@ do_tree() {
bootstrap_tree() {
# RAP uses the latest gentoo main repo snapshot to bootstrap.
is-rap && LATEST_TREE_YES=1
- local PV="20210105"
+ local PV="20210108"
if [[ -n ${LATEST_TREE_YES} ]]; then
do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
else