commit: e11f1b9bf0948578854562dc1e7bbe5d88e29c9c
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 6 12:43:08 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Apr 6 12:43:08 2016 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=e11f1b9b
bootstrap-prefix.sh: bump tree snapshot for portage fix
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 15c2300..ef51e10 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -393,7 +393,7 @@ do_tree() {
}
bootstrap_tree() {
- local PV="20160324"
+ local PV="20160405"
if [[ -n ${LATEST_TREE_YES} ]]; then
do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
else