Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Fri, 22 Feb 2019 07:32:12
Message-Id: 1550820668.515803f8e73e5ae87463b372304d4dd93b047aa5.grobian@gentoo
1 commit: 515803f8e73e5ae87463b372304d4dd93b047aa5
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 22 07:31:08 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 22 07:31:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=515803f8
7
8 scripts/bootstrap-prefix: fix invalid atom, thanks Arfrever
9
10 Closes: https://bugs.gentoo.org/678464
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 scripts/bootstrap-prefix.sh | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
17 index fc2601f267..89780de099 100755
18 --- a/scripts/bootstrap-prefix.sh
19 +++ b/scripts/bootstrap-prefix.sh
20 @@ -306,7 +306,7 @@ configure_toolchain() {
21 # host compiler doesn't cope with the asm introduced
22 # in mpfr-4, so force using an older one during
23 # bootstrap for this target
24 - compiler_stage1=${compiler_stage1/" dev-libs/mpfr "/" <dev- libs/mpfr-4 "}
25 + compiler_stage1=${compiler_stage1/" dev-libs/mpfr "/" <dev-libs/mpfr-4 "}
26 ;;
27 esac
28 ;;