commit: 805374b77e147b2be253688f2d2f618742b56022 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Oct 23 09:34:53 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Oct 23 09:42:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=805374b7
profiles: Add masks for sys-kernel/gentoo-kernel-bin[debug] Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 4 ++++ profiles/arch/arm64/package.use.mask | 4 ++++ profiles/arch/base/package.use.mask | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index c7283328f279..3b78570059da 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2024-10-23) +# Debug-enabled binary packages are built for a subset of architectures. +sys-kernel/gentoo-kernel-bin -debug + # Michal Privoznik <[email protected]> (2024-10-10) # virtualbox is available here app-emulation/libvirt -virtualbox diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 8ec90fbdf793..5639e41e50dc 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2024-10-23) +# Debug-enabled binary packages are built for a subset of architectures. +sys-kernel/gentoo-kernel-bin -debug + # Benda Xu <[email protected]> (2024-10-10) # dev-util/nvidia-cuda-toolkit or sys-cluster/ucx are not keyworded on arm64 sys-cluster/slurm nvml ucx diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index f7d2b914ce36..6f026aa9e88f 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2024-10-23) +# Debug-enabled binary packages are built for a subset of architectures. +sys-kernel/gentoo-kernel-bin debug + # Michal Privoznik <[email protected]> (2024-10-10) # VirtualBox is amd64 only app-emulation/libvirt virtualbox
