The current bootstrap-prefix.sh has the line: local llvm_deps="dev-util/ninja" ninja has been moved into the new category dev-build and so this should be updated to local llvm_deps="dev-build/ninja"
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=343d4f7b818876688b773f092f7db84ac47e67ad commit 343d4f7b818876688b773f092f7db84ac47e67ad Author: Sam James <sam@gentoo.org> AuthorDate: 2024-01-26 12:34:51 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-01-26 12:34:51 +0000 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> scripts/bootstrap-prefix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Note that the LLVM path isn't working yet still I think