commit: 97eb5f9a8ccc996d496623d05a6ce5d6aeb42b93 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Fri Feb 9 12:47:53 2024 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Fri Feb 9 12:50:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97eb5f9a
profiles/arch: mask installkernel[refind] on all but amd64 and x86 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 4 ++++ profiles/arch/base/package.use.mask | 4 ++++ profiles/arch/x86/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 e5fde88dd457..91438397ce77 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Andrew Ammerlaan <[email protected]> (2024-02-09) +# Refind is only available on a subset of arches +sys-kernel/installkernel -refind + # Ionen Wolkens <[email protected]> (2024-01-27) # dev-python/PyQt6 and dev-python/pyside6 are keyworded here dev-python/QtPy -pyqt6 -pyside6 diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 833dc1d76cc4..fed90b77508a 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 +# Andrew Ammerlaan <[email protected]> (2024-02-09) +# Refind is only available on a subset of arches +sys-kernel/installkernel refind + # Ionen Wolkens <[email protected]> (2024-01-27) # dev-python/PyQt6 and dev-python/pyside6 have very few keywords dev-python/QtPy pyqt6 pyside6 diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 87c8ca636628..043790e263d5 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andrew Ammerlaan <[email protected]> (2024-02-09) +# Refind is only available on a subset of arches +sys-kernel/installkernel -refind + # Marek Szuba <[email protected]> (2024-02-01) # dev-libs/isa-l is seriously broken on x86 (Bugs #922193, #923425), # and upstream seems to have little to no interest in really
