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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DBC75158003 for ; Thu, 30 Jun 2022 12:59:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF3BBE086E; Thu, 30 Jun 2022 12:59:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC570E0837 for ; Thu, 30 Jun 2022 12:59:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4F49341450 for ; Thu, 30 Jun 2022 12:59:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A0EB501 for ; Thu, 30 Jun 2022 12:59:05 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1656593603.122ddc4f99feb3e9b24c648f5f1c7389f2be05ac.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 122ddc4f99feb3e9b24c648f5f1c7389f2be05ac X-VCS-Branch: master Date: Thu, 30 Jun 2022 12:59:05 +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: 44087feb-8eb1-4b4c-b2da-80d684b47168 X-Archives-Hash: 126d2c67c52a095d3e1d65adcd49507a commit: 122ddc4f99feb3e9b24c648f5f1c7389f2be05ac Author: Sam James gentoo org> AuthorDate: Thu Jun 30 12:53:23 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 30 12:53:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=122ddc4f bootstrap-prefix.sh: cleanup whitespace Signed-off-by: Sam James gentoo.org> scripts/bootstrap-prefix.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 81aeca51f8..bafcf0c267 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -425,7 +425,7 @@ bootstrap_setup() { ;; riscv64-pc-linux-gnu) profile=${profile_linux/ARCH/riscv} - ;; + ;; x86_64-pc-linux-gnu) profile=${profile_linux/ARCH/amd64} profile=${profile/17.0/17.1/no-multilib} @@ -440,7 +440,7 @@ bootstrap_setup() { profile=${profile_linux/ARCH/ppc64le} ;; riscv-pc-unknown-linux-gnu) - profile=${profile_linux/ARCH/riscv} + profile=${profile_linux/ARCH/riscv} ;; aarch64-unknown-linux-gnu) profile=${profile_linux/ARCH/arm64}