public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH 3/5]: profiles/arch: mask secureboot flag on arches without sbsign
@ 2023-07-14  8:44 Andrew Ammerlaan
  0 siblings, 0 replies; only message in thread
From: Andrew Ammerlaan @ 2023-07-14  8:44 UTC (permalink / raw
  To: gentoo-dev

 From 06a132a4999b532308f27c55d27c1fce9ea91e0b Mon Sep 17 00:00:00 2001
From: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Date: Tue, 11 Jul 2023 20:17:11 +0200
Subject: [PATCH 03/13] profiles/arch: mask secureboot flag on arches 
without sbsign

Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
---
  profiles/arch/amd64/use.mask | 4 ++++
  profiles/arch/arm64/use.mask | 4 ++++
  profiles/arch/base/use.mask  | 4 ++++
  profiles/arch/riscv/use.mask | 4 ++++
  profiles/arch/x86/use.mask   | 4 ++++
  5 files changed, 20 insertions(+)

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
-- 
2.41.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-14  8:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-14  8:44 [gentoo-dev] [PATCH 3/5]: profiles/arch: mask secureboot flag on arches without sbsign Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox