mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
profiles: mask generic-uki globally rather than per -kernel package
This use flag is only used by users of the kernel-build and kernel-install eclasses. Masking it per package causes issues for out of tree users of the eclasses as overlays cannot masks use flags per profile. At most portage supports masking packages and use flags for globablly, but pkgcore doesn't support this causing unavoidable pkgcheck issues that you cannot get rid off. Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43883 Closes: https://github.com/gentoo/gentoo/pull/43883 Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
This commit is contained in:
parent
25c6704efd
commit
e17ad6862b
@ -156,12 +156,6 @@ sys-kernel/installkernel grub
|
||||
# Requires dev-libs/level-zero.
|
||||
dev-lang/ispc gpu
|
||||
|
||||
# Nowa Ammerlaan <nowa@gentoo.org> (2023-12-18)
|
||||
# Experimental and only available on a subset of architectures
|
||||
sys-kernel/gentoo-kernel generic-uki
|
||||
sys-kernel/gentoo-kernel-bin generic-uki
|
||||
sys-kernel/vanilla-kernel generic-uki
|
||||
|
||||
# Ionen Wolkens <ionen@gentoo.org> (2023-12-02)
|
||||
# dev-qt/qtwebengine:6 and dev-qt/qtremoteobjects:6 have few keywords.
|
||||
dev-python/pyqt6 pdfium remoteobjects
|
||||
|
||||
@ -1,6 +1,10 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Alfred Wingate <parona@protonmail.com> (2025-09-20)
|
||||
# Experimental and only available on a subset of architectures
|
||||
generic-uki
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-09-19)
|
||||
# libquadmath from GCC is only available on some arches
|
||||
# https://gcc.gnu.org/PR96016
|
||||
|
||||
@ -1,8 +1,6 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Nowa Ammerlaan <nowa@gentoo.org> (2024-12-30)
|
||||
# Alfred Wingate <parona@protonmail.com> (2024-09-20)
|
||||
# Generic images are built with systemd and only available on arm64 and amd64
|
||||
sys-kernel/gentoo-kernel -generic-uki
|
||||
sys-kernel/gentoo-kernel-bin -generic-uki
|
||||
sys-kernel/vanilla-kernel -generic-uki
|
||||
-generic-uki
|
||||
@ -1,8 +1,6 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Nowa Ammerlaan <nowa@gentoo.org> (2024-12-30)
|
||||
# Alfred Wingate <parona@protonmail.com> (2025-09-20)
|
||||
# Generic images are built with systemd and only available on arm64 and amd64
|
||||
sys-kernel/gentoo-kernel -generic-uki
|
||||
sys-kernel/gentoo-kernel-bin -generic-uki
|
||||
sys-kernel/vanilla-kernel -generic-uki
|
||||
-generic-uki
|
||||
@ -1,8 +1,6 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Nowa Ammerlaan <nowa@gentoo.org> (2024-12-30)
|
||||
# Alfred Wingate <parona@protonmail.com> (2025-09-20)
|
||||
# Generic images are built with systemd and only available on arm64 and amd64
|
||||
sys-kernel/gentoo-kernel -generic-uki
|
||||
sys-kernel/gentoo-kernel-bin -generic-uki
|
||||
sys-kernel/vanilla-kernel -generic-uki
|
||||
-generic-uki
|
||||
@ -1,8 +1,6 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Nowa Ammerlaan <nowa@gentoo.org> (2024-12-30)
|
||||
# Alfred Wingate <parona@protonmail.com> (2025-09-20)
|
||||
# Generic images are built with systemd and only available on arm64 and amd64
|
||||
sys-kernel/gentoo-kernel -generic-uki
|
||||
sys-kernel/gentoo-kernel-bin -generic-uki
|
||||
sys-kernel/vanilla-kernel -generic-uki
|
||||
-generic-uki
|
||||
@ -1,8 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Nowa Ammerlaan <nowa@gentoo.org> (2024-12-30)
|
||||
# Generic images are built with systemd and only available on arm64 and amd64
|
||||
sys-kernel/gentoo-kernel -generic-uki
|
||||
sys-kernel/gentoo-kernel-bin -generic-uki
|
||||
sys-kernel/vanilla-kernel -generic-uki
|
||||
6
profiles/default/linux/amd64/23.0/systemd/use.mask
Normal file
6
profiles/default/linux/amd64/23.0/systemd/use.mask
Normal file
@ -0,0 +1,6 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Alfred Wingate <parona@protonmail.com> (2025-09-20)
|
||||
# Generic images are built with systemd and only available on arm64 and amd64
|
||||
-generic-uki
|
||||
@ -1,8 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Nowa Ammerlaan <nowa@gentoo.org> (2024-12-30)
|
||||
# Generic images are built with systemd and only available on arm64 and amd64
|
||||
sys-kernel/gentoo-kernel -generic-uki
|
||||
sys-kernel/gentoo-kernel-bin -generic-uki
|
||||
sys-kernel/vanilla-kernel -generic-uki
|
||||
@ -0,0 +1,6 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Alfred Wingate <parona@protonmail.com> (2025-09-20)
|
||||
# Generic images are built with systemd and only available on arm64 and amd64
|
||||
-generic-uki
|
||||
@ -1,8 +1,6 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Nowa Ammerlaan <nowa@gentoo.org> (2023-12-18)
|
||||
# Alfred Wingate <parona@protonmail.com> (2025-09-20)
|
||||
# This is still experimental, prebuilt images may not boot on all systems.
|
||||
sys-kernel/gentoo-kernel generic-uki
|
||||
sys-kernel/gentoo-kernel-bin generic-uki
|
||||
sys-kernel/vanilla-kernel generic-uki
|
||||
generic-uki
|
||||
@ -1,8 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Nowa Ammerlaan <nowa@gentoo.org> (2024-12-30)
|
||||
# Generic images are built with systemd and only available on arm64 and amd64
|
||||
sys-kernel/gentoo-kernel -generic-uki
|
||||
sys-kernel/gentoo-kernel-bin -generic-uki
|
||||
sys-kernel/vanilla-kernel -generic-uki
|
||||
@ -0,0 +1,6 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Alfred Wingate <parona@protonmail.com> (2025-09-20)
|
||||
# Generic images are built with systemd and only available on arm64 and amd64
|
||||
-generic-uki
|
||||
@ -1,8 +1,6 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Nowa Ammerlaan <nowa@gentoo.org> (2023-12-18)
|
||||
# Alfred Wingate <parona@protonmail.com> (2025-09-20)
|
||||
# This is still experimental, prebuilt images may not boot on all systems.
|
||||
sys-kernel/gentoo-kernel generic-uki
|
||||
sys-kernel/gentoo-kernel-bin generic-uki
|
||||
sys-kernel/vanilla-kernel generic-uki
|
||||
generic-uki
|
||||
@ -1,8 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Nowa Ammerlaan <nowa@gentoo.org> (2024-12-30)
|
||||
# Generic images are built with systemd and only available on arm64 and amd64
|
||||
sys-kernel/gentoo-kernel -generic-uki
|
||||
sys-kernel/gentoo-kernel-bin -generic-uki
|
||||
sys-kernel/vanilla-kernel -generic-uki
|
||||
@ -0,0 +1,6 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Alfred Wingate <parona@protonmail.com> (2025-09-20)
|
||||
# Generic images are built with systemd and only available on arm64 and amd64
|
||||
-generic-uki
|
||||
@ -1,8 +1,6 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Nowa Ammerlaan <nowa@gentoo.org> (2023-12-18)
|
||||
# Alfred Wingate <parona@protonmail.com> (2025-09-20)
|
||||
# This is still experimental, prebuilt images may not boot on all systems.
|
||||
sys-kernel/gentoo-kernel generic-uki
|
||||
sys-kernel/gentoo-kernel-bin generic-uki
|
||||
sys-kernel/vanilla-kernel generic-uki
|
||||
generic-uki
|
||||
@ -1,8 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Nowa Ammerlaan <nowa@gentoo.org> (2024-12-30)
|
||||
# Generic images are built with systemd and only available on arm64 and amd64
|
||||
sys-kernel/gentoo-kernel -generic-uki
|
||||
sys-kernel/gentoo-kernel-bin -generic-uki
|
||||
sys-kernel/vanilla-kernel -generic-uki
|
||||
6
profiles/default/linux/arm64/23.0/systemd/use.mask
Normal file
6
profiles/default/linux/arm64/23.0/systemd/use.mask
Normal file
@ -0,0 +1,6 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Alfred Wingate <parona@protonmail.com> (2025-09-20)
|
||||
# Generic images are built with systemd and only available on arm64 and amd64
|
||||
-generic-uki
|
||||
@ -1,8 +1,6 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Nowa Ammerlaan <nowa@gentoo.org> (2023-12-18)
|
||||
# Alfred Wingate <parona@protonmail.com> (2025-09-20)
|
||||
# This is still experimental, prebuilt images may not boot on all systems.
|
||||
sys-kernel/gentoo-kernel generic-uki
|
||||
sys-kernel/gentoo-kernel-bin generic-uki
|
||||
sys-kernel/vanilla-kernel generic-uki
|
||||
generic-uki
|
||||
@ -125,12 +125,6 @@ sys-kernel/installkernel -systemd
|
||||
# Requires dev-libs/level-zero.
|
||||
dev-lang/ispc gpu
|
||||
|
||||
# Nowa Ammerlaan <nowa@gentoo.org> (2023-12-18)
|
||||
# Requires systemd
|
||||
sys-kernel/gentoo-kernel generic-uki
|
||||
sys-kernel/gentoo-kernel-bin generic-uki
|
||||
sys-kernel/vanilla-kernel generic-uki
|
||||
|
||||
# Guillaume Seren <guillaumeseren@gmail.com> (2023-11-29)
|
||||
# execinfo.h required for server.
|
||||
games-board/cockatrice server
|
||||
|
||||
@ -5,6 +5,10 @@
|
||||
-elibc_musl
|
||||
elibc_glibc
|
||||
|
||||
# Alfred Wingate <parona@protonmail.com> (2025-09-20)
|
||||
# Requires systemd
|
||||
generic-uki
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-07-12)
|
||||
# dev-debug/dtrace and dev-debug/systemtap don't work on musl
|
||||
dtrace
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user