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 D7BEB15800A for ; Fri, 14 Jul 2023 08:53:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99CC7E08A2; Fri, 14 Jul 2023 08:53:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C417E089D for ; Fri, 14 Jul 2023 08:53:47 +0000 (UTC) Message-ID: <8906de92-bf9d-70b5-903b-6d49ed6dd4af@gentoo.org> Date: Fri, 14 Jul 2023 10:53:43 +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 Organization: Gentoo Linux Subject: [gentoo-dev] [PATCH 1/1]: profiles/use.desc: add efi global use flag Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 6d00ef3d-2560-4b8b-8219-8fa937662439 X-Archives-Hash: 0e726525e637e74fad70a52c0917d2d6 Hi all, Currently we have 7 packages defining the efi flag and an additional 2 defining the uefi flag. These flags do the same thing, add support for (U)EFI booting. I therefore propose we introduce efi as a new global flag and later rename the uefi flag to efi in sys-apps/fwupd and sys-apps/ipmicfg. I don't have a strong preference between the efi or uefi flags, but since a majority of the packages has chosen efi I suggest we go with that. Best regards, Andrew From 737eb5d8509b088f7689d417375c00773c131042 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Fri, 14 Jul 2023 10:47:55 +0200 Subject: [PATCH 14/14] profiles/use.desc: add efi global use flag Signed-off-by: Andrew Ammerlaan --- profiles/use.desc | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/use.desc b/profiles/use.desc index df2115388949..ed600244f273 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -70,6 +70,7 @@ dvb - Add support for DVB (Digital Video Broadcasting) dvd - Add support for DVDs dvdr - Add support for DVD writer hardware (e.g. in xcdroast) eds - Enable support for Evolution-Data-Server (EDS) +efi - Enable support the (Unified) Extensible Firmware Interface elogind - Enable session tracking via sys-auth/elogind emacs - Add support for GNU Emacs emboss - Add support for the European Molecular Biology Open Software Suite -- 2.41.0