commit: 3c42a8de35280c8e2d88cedd70f11c03c613d464
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 22 08:15:47 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Jan 22 08:15:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=3c42a8de
scripts/bootstrap-prefix.sh: bump tree for bugs #572510 and #564814
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 2c96321..0186a26 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -382,7 +382,7 @@ do_tree() {
}
bootstrap_tree() {
- local PV="20150617"
+ local PV="20160121"
if [[ -n ${LATEST_TREE_YES} ]]; then
do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
else