commit: 343d4f7b818876688b773f092f7db84ac47e67ad Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jan 26 12:34:51 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jan 26 12:34:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=343d4f7b
scripts/bootstrap-prefix.sh: update dev-util/ninja -> dev-build/ninja Closes: https://bugs.gentoo.org/922961 Signed-off-by: Sam James <sam <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 fbd3d9b6de..8f83bb837f 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -215,7 +215,7 @@ configure_toolchain() { compiler_stage1="sys-apps/darwin-miscutils" compiler_type="clang" local ccvers="$(unset CHOST; /usr/bin/gcc --version 2>/dev/null)" - local llvm_deps="dev-util/ninja" + local llvm_deps="dev-build/ninja" case "${ccvers}" in *"Apple clang version "*|*"Apple LLVM version "*) # this is Clang, recent enough to compile recent clang
