summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2023-07-10 08:23:29 +0200
committerFabian Groffen <grobian@gentoo.org>2023-07-10 08:23:29 +0200
commita3e17d679d38979792cf6960e0607f4a3fc0b794 (patch)
treea27cdc8f7a50ff40a257edd37593343af0576a04
parentscripts/bootstrap-prefix: bump bootstrap snapshot for gettext/libintl (diff)
downloadprefix-a3e17d67.tar.gz
prefix-a3e17d67.tar.bz2
prefix-a3e17d67.zip
scripts/bootstrap-prefix: bump tree for gettext on macOS
Bug: https://bugs.gentoo.org/906507 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 0a11e18009..bd31959b32 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -563,7 +563,7 @@ do_tree() {
bootstrap_tree() {
# RAP uses the latest gentoo main repo snapshot to bootstrap.
is-rap && LATEST_TREE_YES=1
- local PV="20230707"
+ local PV="20230709"
if [[ -n ${LATEST_TREE_YES} ]]; then
do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
else