commit:     515803f8e73e5ae87463b372304d4dd93b047aa5
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 22 07:31:08 2019 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Feb 22 07:31:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=515803f8

scripts/bootstrap-prefix: fix invalid atom, thanks Arfrever

Closes: https://bugs.gentoo.org/678464
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 scripts/bootstrap-prefix.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index fc2601f267..89780de099 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -306,7 +306,7 @@ configure_toolchain() {
                                        # host compiler doesn't cope with the 
asm introduced
                                        # in mpfr-4, so force using an older 
one during
                                        # bootstrap for this target
-                                       compiler_stage1=${compiler_stage1/" 
dev-libs/mpfr "/" <dev- libs/mpfr-4 "}
+                                       compiler_stage1=${compiler_stage1/" 
dev-libs/mpfr "/" <dev-libs/mpfr-4 "}
                                        ;;
                        esac
                        ;;

Reply via email to