From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0F3B615800A for ; Fri, 14 Jul 2023 08:45:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 887CFE08CD; Fri, 14 Jul 2023 08:44:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56CB4E089F for ; Fri, 14 Jul 2023 08:44:57 +0000 (UTC) Message-ID: Date: Fri, 14 Jul 2023 10:44:54 +0200 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Content-Language: en-US, nl-NL To: gentoo-dev@lists.gentoo.org From: Andrew Ammerlaan Subject: [gentoo-dev] [PATCH 3/5]: profiles/arch: mask secureboot flag on arches without sbsign Organization: Gentoo Linux Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: e6916d95-a037-41c1-8091-a8b9ff97bf6b X-Archives-Hash: 287f4aa7f4564906c35adfe2dba6ddd4 From 06a132a4999b532308f27c55d27c1fce9ea91e0b Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan 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 --- 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 (2023-07-11) +# Unmask secureboot flag on arches where sbsigntools is keyworded +-secureboot + # Jimi Huotari (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 (2023-07-11) +# Unmask secureboot flag on arches where sbsigntools is keyworded +-secureboot + # Georgy Yakovlev (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 (2023-07-11) +# Mask secureboot flag on arches where sbsigntools is not keyworded +secureboot + # matoro (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 (2023-07-11) +# Unmask secureboot flag on arches where sbsigntools is keyworded +-secureboot + # matoro (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 (2023-07-11) +# Unmask secureboot flag on arches where sbsigntools is keyworded +-secureboot + # Andreas Sturmlechner (2023-06-10) # Requires media-libs/opencolorio, broken on x86, bug #884115 color-management -- 2.41.0