commit: 88a1d0effad32c6aa18c4f386daaa2116986739e
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 21 07:48:02 2019 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Feb 21 07:51:29 2019 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=88a1d0ef
scripts/bootstrap-prefix: bump bootstrap snapshot
Verified on i386-pc-solaris2.11, x86_64-pc-solaris2.11,
x86_64-apple-darwin17, powerpc-apple-darwin9
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
scripts/bootstrap-prefix.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 5d31ee4de6..cd833982af 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -544,7 +544,7 @@ do_tree() {
bootstrap_tree() {
# RAP uses the latest gentoo main repo snapshot to bootstrap.
is-rap && LATEST_TREE_YES=1
- local PV="20190204"
+ local PV="20190219"
if [[ -n ${LATEST_TREE_YES} ]]; then
do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
else