Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 922961 - bootstrap-prefix.sh with LLVM depends on dev-util/ninja which should be dev-build/ninja
Summary: bootstrap-prefix.sh with LLVM depends on dev-util/ninja which should be dev-b...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: ARM64 OS X
: Normal critical
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-26 12:32 UTC by Chris Pritchard
Modified: 2024-01-26 12:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Pritchard 2024-01-26 12:32:58 UTC
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"
Comment 1 Larry the Git Cow gentoo-dev 2024-01-26 12:36:08 UTC
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(-)
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-01-26 12:37:30 UTC
Note that the LLVM path isn't working yet still I think