diff options
| author | 2024-01-26 12:34:51 +0000 | |
|---|---|---|
| committer | 2024-01-26 12:34:51 +0000 | |
| commit | 343d4f7b818876688b773f092f7db84ac47e67ad (patch) | |
| tree | eab7d241b16a4f75cb8c4642e2999c3e1fd493e8 | |
| parent | scripts/bootstrap-prefix: update python Darwin9 fix (diff) | |
| download | prefix-343d4f7b818876688b773f092f7db84ac47e67ad.tar.gz prefix-343d4f7b818876688b773f092f7db84ac47e67ad.tar.bz2 prefix-343d4f7b818876688b773f092f7db84ac47e67ad.zip | |
scripts/bootstrap-prefix.sh: update dev-util/ninja -> dev-build/ninja
Closes: https://bugs.gentoo.org/922961
Signed-off-by: Sam James <sam@gentoo.org>
| -rwxr-xr-x | scripts/bootstrap-prefix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
