Skip to content

Commit 343d4f7

Browse files
committed
scripts/bootstrap-prefix.sh: update dev-util/ninja -> dev-build/ninja
Closes: https://bugs.gentoo.org/922961 Signed-off-by: Sam James <[email protected]>
1 parent 47fe505 commit 343d4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bootstrap-prefix.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ configure_toolchain() {
215215
compiler_stage1="sys-apps/darwin-miscutils"
216216
compiler_type="clang"
217217
local ccvers="$(unset CHOST; /usr/bin/gcc --version 2>/dev/null)"
218-
local llvm_deps="dev-util/ninja"
218+
local llvm_deps="dev-build/ninja"
219219
case "${ccvers}" in
220220
*"Apple clang version "*|*"Apple LLVM version "*)
221221
# this is Clang, recent enough to compile recent clang

0 commit comments

Comments
 (0)