commit: 71a52c7f248a3e3aac46751325c6c43509d55755
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 08:09:30 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 08:09:30 2016 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=71a52c7f
scripts/bootstrap-prefix: bump 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 237d08a..915ee71 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -384,7 +384,7 @@ do_tree() {
}
bootstrap_tree() {
- local PV="20160204"
+ local PV="20160209"
if [[ -n ${LATEST_TREE_YES} ]]; then
do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
else