Skip to content

Commit

Permalink
scripts/bootstrap-prefix.sh: update dev-util/ninja -> dev-build/ninja
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/922961
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jan 26, 2024
1 parent 47fe505 commit 343d4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bootstrap-prefix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 343d4f7

Please sign in to comment.