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 7372D1381F3 for ; Thu, 21 Apr 2016 15:25:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E830E21C004; Thu, 21 Apr 2016 15:25:15 +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 6526721C004 for ; Thu, 21 Apr 2016 15:25:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 59AE83406C2 for ; Thu, 21 Apr 2016 15:25:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB55CCB for ; Thu, 21 Apr 2016 15:25:11 +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: <1461252301.0eb35fff68a674f36bfdcc54e9106f7e8447ee2e.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: 0eb35fff68a674f36bfdcc54e9106f7e8447ee2e X-VCS-Branch: master Date: Thu, 21 Apr 2016 15:25:11 +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: 41035c5e-bdfe-4f0a-a4c7-65bf6d1124d6 X-Archives-Hash: 7180adbe9e7c47aced3ddfe33b13e414 commit: 0eb35fff68a674f36bfdcc54e9106f7e8447ee2e Author: Fabian Groffen gentoo org> AuthorDate: Thu Apr 21 15:25:01 2016 +0000 Commit: Fabian Groffen gentoo 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