commit: bc4a43378c183fd9ff1ef98fa21f392fe3f65b94
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 13:06:31 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 13:06:31 2016 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=bc4a4337
scripts/bootstrap-prefix: bump bootstrap snapshot
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 924ce3e..7d186f1 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -382,7 +382,7 @@ do_tree() {
}
bootstrap_tree() {
- local PV="20160122"
+ local PV="20160124"
if [[ -n ${LATEST_TREE_YES} ]]; then
do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
else