commit: 0eb35fff68a674f36bfdcc54e9106f7e8447ee2e
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 21 15:25:01 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Apr 21 15:25:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=0eb35fff
scripts/bootstrap-prefix: bump snapshot for profile fixes
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 d1570d4..e2f5844 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -401,7 +401,7 @@ do_tree() {
}
bootstrap_tree() {
- local PV="20160405"
+ local PV="20160420"
if [[ -n ${LATEST_TREE_YES} ]]; then
do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
else