commit: 285454817f40abef3e124c31bb751755a0a4139e
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 14 01:04:12 2018 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> 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