commit:     c4d7697f3e19dd3a788e212d1ca0cbc57f4b0693
Author:     Jacob Floyd <cognifloyd <AT> gmail <DOT> com>
AuthorDate: Thu Dec 31 15:15:36 2020 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Dec 31 15:15:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=c4d7697f

scripts/bootstrap-prefix: add gnuconfig to stage2 llvm deps

Newer llvm requires gnuconfig, so bootstrap it in stage2.

Bug: https://bugs.gentoo.org/758167

Signed-off-by: Jacob Floyd <cognifloyd <AT> gmail.com>
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 1943a3929b..c58ae8fcf1 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -225,7 +225,7 @@ configure_toolchain() {
                        compiler_type="clang"
                        local ccvers="$( (unset CHOST; gcc --version 
2>/dev/null) )"
                        local mycc=
-                       local llvm_deps="dev-util/ninja"
+                       local llvm_deps="dev-util/ninja sys-devel/gnuconfig"
                        case "${ccvers}" in
                                *"Apple clang version "*)
                                        vers=${ccvers#*Apple clang version }

Reply via email to