commit: 343fbecc4df2e03159766fd130276f3b8a2eec86 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Mar 6 16:57:43 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Mar 6 17:03:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=343fbecc
profiles/arch: Mask dev-debug/lld/[debuginfod] where not kwed Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 1 + profiles/arch/base/package.use.mask | 1 + profiles/arch/loong/package.use.mask | 1 + profiles/arch/x86/package.use.mask | 1 + 4 files changed, 4 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index d1a323663aaf..56a5aec60eaf 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -91,6 +91,7 @@ media-libs/libplacebo -shaderc # Michał Górny <[email protected]> (2023-09-19) # dev-cpp/cpp-httplib is keyworded here. +dev-debug/lldb -debuginfod sys-devel/llvm -debuginfod # Ionen Wolkens <[email protected]> (2023-09-13) diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 07f57aa06aff..24189d7b9795 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -57,6 +57,7 @@ media-libs/libplacebo shaderc # Michał Górny <[email protected]> (2023-09-19) # dev-cpp/cpp-httplib is barely keyworded anywhere. +dev-debug/lldb debuginfod sys-devel/llvm debuginfod # Ionen Wolkens <[email protected]> (2023-09-13) diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask index 21d286ccbe8f..c4cc43e2ff78 100644 --- a/profiles/arch/loong/package.use.mask +++ b/profiles/arch/loong/package.use.mask @@ -56,6 +56,7 @@ dev-util/librnp man # Michał Górny <[email protected]> (2023-09-19) # dev-cpp/cpp-httplib is keyworded here. +dev-debug/lldb -debuginfod sys-devel/llvm -debuginfod # WANG Xuerui <[email protected]> (2023-09-10) diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index b21ef9cb033c..278c245cebdb 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -29,6 +29,7 @@ media-libs/libplacebo -shaderc # Michał Górny <[email protected]> (2023-09-19) # dev-cpp/cpp-httplib is keyworded here. +dev-debug/lldb -debuginfod sys-devel/llvm -debuginfod # Jon Janzen <[email protected]> (2023-09-11)
