From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BF813138334 for ; Thu, 14 Jun 2018 01:16:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3998E096D; Thu, 14 Jun 2018 01:16:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8318E096D for ; Thu, 14 Jun 2018 01:16:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2914D335C36 for ; Thu, 14 Jun 2018 01:16:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 544C52D8 for ; Thu, 14 Jun 2018 01:16:28 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1528938923.285454817f40abef3e124c31bb751755a0a4139e.heroxbd@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: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 285454817f40abef3e124c31bb751755a0a4139e X-VCS-Branch: master Date: Thu, 14 Jun 2018 01:16:28 +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: 4c847b24-de89-4fdd-9f89-2f1cf2ae86da X-Archives-Hash: 64118a8ab5d202f1cd851bcbeaac5917 commit: 285454817f40abef3e124c31bb751755a0a4139e Author: Benda Xu gentoo org> AuthorDate: Thu Jun 14 01:04:12 2018 +0000 Commit: Benda XU gentoo org> CommitDate: Thu Jun 14 01:15:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=28545481 Work around bug 658060. scripts/bootstrap-prefix.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 98b371e7e8..fba87c3662 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -658,6 +658,9 @@ bootstrap_portage() { || return 1 $MAKE ${MAKEOPTS} || return 1 + # bug 658060 + find . -name __pycache__ -delete + einfo "Installing ${A%-*}" $MAKE install || return 1