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 F22A81382C5 for ; Sat, 13 Feb 2021 18:51:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D4FCE08E0; Sat, 13 Feb 2021 18:51:41 +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 34A0DE08E0 for ; Sat, 13 Feb 2021 18:51:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DF499340C93 for ; Sat, 13 Feb 2021 18:51:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 331E1332 for ; Sat, 13 Feb 2021 18:51:38 +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: <1613242243.bf2102c70c17f157e528aa4b5c797b0feeb5066b.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: bf2102c70c17f157e528aa4b5c797b0feeb5066b X-VCS-Branch: master Date: Sat, 13 Feb 2021 18:51:38 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 646b946f-2094-45d0-9596-5fb880e4317d X-Archives-Hash: 996beb10a166a065d590841b29c51371 commit: bf2102c70c17f157e528aa4b5c797b0feeb5066b Author: Fabian Groffen gentoo org> AuthorDate: Sat Feb 13 18:50:43 2021 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat Feb 13 18:50:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=bf2102c7 scripts/bootstrap-prefix.sh: fix atom and only install on required host Signed-off-by: Fabian Groffen gentoo.org> scripts/bootstrap-prefix.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index bf77a31a92..100bc892a1 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -470,8 +470,9 @@ bootstrap_setup() { sys-devel/native-cctools EOF + [[ ${CHOST} == arm64-*-darwin* ]] && cat >> "${ROOT}"/etc/portage/package.accept_keywords <<-EOF - sys-devel/gcc-11_pre20200206 ** + =sys-devel/gcc-11_pre20200206 ** EOF # Strange enough, -cxx causes wrong libtool config on Cygwin,