commit: 05ecbecb5e3633e2ae35c7784151227eb65ef5d6
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 11 08:00:57 2020 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Dec 11 08:00:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=05ecbecb
scripts/bootstrap-prefix: bump snapshot for Darwin and Solaris fixes
- Darwin 9: fix Python 3.8 compilation
- Solaris: fix bootstrap with Solaris nm (due to toolchain.eclass
forcing NM=nm)
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 bd518bfcbc..83d821f22b 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -603,7 +603,7 @@ do_tree() {
bootstrap_tree() {
# RAP uses the latest gentoo main repo snapshot to bootstrap.
is-rap && LATEST_TREE_YES=1
- local PV="20201209"
+ local PV="20201210"
if [[ -n ${LATEST_TREE_YES} ]]; then
do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
else