Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Thu, 30 Jun 2022 12:59:08
Message-Id: 1656593603.122ddc4f99feb3e9b24c648f5f1c7389f2be05ac.sam@gentoo
1 commit: 122ddc4f99feb3e9b24c648f5f1c7389f2be05ac
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 12:53:23 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 12:53:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=122ddc4f
7
8 bootstrap-prefix.sh: cleanup whitespace
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 scripts/bootstrap-prefix.sh | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
16 index 81aeca51f8..bafcf0c267 100755
17 --- a/scripts/bootstrap-prefix.sh
18 +++ b/scripts/bootstrap-prefix.sh
19 @@ -425,7 +425,7 @@ bootstrap_setup() {
20 ;;
21 riscv64-pc-linux-gnu)
22 profile=${profile_linux/ARCH/riscv}
23 - ;;
24 + ;;
25 x86_64-pc-linux-gnu)
26 profile=${profile_linux/ARCH/amd64}
27 profile=${profile/17.0/17.1/no-multilib}
28 @@ -440,7 +440,7 @@ bootstrap_setup() {
29 profile=${profile_linux/ARCH/ppc64le}
30 ;;
31 riscv-pc-unknown-linux-gnu)
32 - profile=${profile_linux/ARCH/riscv}
33 + profile=${profile_linux/ARCH/riscv}
34 ;;
35 aarch64-unknown-linux-gnu)
36 profile=${profile_linux/ARCH/arm64}