From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C53EC59CAF for ; Wed, 6 Apr 2016 12:43:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6746D21C09A; Wed, 6 Apr 2016 12:43:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 05F6721C09A for ; Wed, 6 Apr 2016 12:43:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC9D1340E4D for ; Wed, 6 Apr 2016 12:43:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9E8F76 for ; Wed, 6 Apr 2016 12:43:34 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1459946588.e11f1b9bf0948578854562dc1e7bbe5d88e29c9c.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/bootstrap-prefix.sh X-VCS-Directories: scripts/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: e11f1b9bf0948578854562dc1e7bbe5d88e29c9c X-VCS-Branch: master Date: Wed, 6 Apr 2016 12:43:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0c6c9833-a725-4ed8-8b8b-1b840fe3134a X-Archives-Hash: 6cfd34aa106b01b9c4fbf242068da86d commit: e11f1b9bf0948578854562dc1e7bbe5d88e29c9c Author: Fabian Groffen gentoo org> AuthorDate: Wed Apr 6 12:43:08 2016 +0000 Commit: Fabian Groffen gentoo 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