diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-07-11 20:17:11 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-07-20 13:32:12 +0200 |
commit | f9ee5ba9e40109f8e04c7b35800db78bc7e972b5 (patch) | |
tree | 4d9fa92b236b79fa6190ad79284a7c6fcc08067a /profiles | |
parent | profiles/use.desc: add secureboot global use flag (diff) | |
download | gentoo-f9ee5ba9e40109f8e04c7b35800db78bc7e972b5.tar.gz gentoo-f9ee5ba9e40109f8e04c7b35800db78bc7e972b5.tar.bz2 gentoo-f9ee5ba9e40109f8e04c7b35800db78bc7e972b5.zip |
profiles/arch: mask secureboot flag on arches without sbsign
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/arm64/use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/base/use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/riscv/use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/x86/use.mask | 4 |
5 files changed, 20 insertions, 0 deletions
diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask index b0644e56961e..31bf806892a6 100644 --- a/profiles/arch/amd64/use.mask +++ b/profiles/arch/amd64/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -amd64 +# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-07-11) +# Unmask secureboot flag on arches where sbsigntools is keyworded +-secureboot + # Jimi Huotari <chiitoo@gentoo.org> (2023-03-03) # Unmask on amd64 only for now. -qt6 diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask index 5718f8d24bec..506221145de9 100644 --- a/profiles/arch/arm64/use.mask +++ b/profiles/arch/arm64/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -arm64 +# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-07-11) +# Unmask secureboot flag on arches where sbsigntools is keyworded +-secureboot + # Georgy Yakovlev <gyakovlev@gentoo.org> (2023-01-01) # unmask synaptics input driver -input_devices_synaptics diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask index 91314159584e..a0408d9e7c5e 100644 --- a/profiles/arch/base/use.mask +++ b/profiles/arch/base/use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-07-11) +# Mask secureboot flag on arches where sbsigntools is not keyworded +secureboot + # matoro <matoro_gentoo@matoro.tk> (2022-09-29) # Pulls in dev-util/google-perftools, which is arch-specific # Unmask on supported arches. diff --git a/profiles/arch/riscv/use.mask b/profiles/arch/riscv/use.mask index 1c381636e5e7..c57fb229f9d4 100644 --- a/profiles/arch/riscv/use.mask +++ b/profiles/arch/riscv/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -riscv +# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-07-11) +# Unmask secureboot flag on arches where sbsigntools is keyworded +-secureboot + # matoro <matoro_gentoo@matoro.tk> (2022-09-29) # dev-util/google-perftools is supported here -tcmalloc diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask index 96a220f97a3e..bb3406faf4cc 100644 --- a/profiles/arch/x86/use.mask +++ b/profiles/arch/x86/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -x86 +# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-07-11) +# Unmask secureboot flag on arches where sbsigntools is keyworded +-secureboot + # Andreas Sturmlechner <asturm@gentoo.org> (2023-06-10) # Requires media-libs/opencolorio, broken on x86, bug #884115 color-management |