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 6AD98158041 for ; Mon, 26 Feb 2024 06:31:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BE26E2A03; Mon, 26 Feb 2024 06:31:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 0F721E2A00 for ; Mon, 26 Feb 2024 06:31:13 +0000 (UTC) Received: from grubbs.orbis-terrarum.net (localhost [127.0.0.1]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 4C06433BEBB for ; Mon, 26 Feb 2024 06:31:12 +0000 (UTC) Received: from grubbs.orbis-terrarum.net (localhost [127.0.0.1]) by grubbs.orbis-terrarum.net (Postfix) with ESMTP id 022352601A2 for ; Mon, 26 Feb 2024 06:31:12 +0000 (UTC) Received: (qmail 2745 invoked by uid 129); 26 Feb 2024 06:31:11 -0000 X-HELO: bohr-int.orbis-terrarum.net Authentication-Results: orbis-terrarum.net; auth=pass (plain) smtp.auth=robbat2-bohr@orbis-terrarum.net; iprev=pass Received: from d206-116-35-168.bchsia.telus.net (HELO bohr-int.orbis-terrarum.net) (206.116.35.168) by orbis-terrarum.net (qpsmtpd/0.95) with ESMTPSA (TLS_AES_256_GCM_SHA384 encrypted); Mon, 26 Feb 2024 06:31:11 +0000 Received: (nullmailer pid 1808 invoked by uid 10000); Mon, 26 Feb 2024 06:31:08 -0000 From: "Robin H. Johnson" To: gentoo-dev@lists.gentoo.org Cc: "Robin H. Johnson" Subject: [gentoo-dev] [PATCH v2 2/2] sys-firmware/intel-microcode: check-reqs for /boot space Date: Sun, 25 Feb 2024 22:31:04 -0800 Message-ID: <20240226063105.1767-2-robbat2@gentoo.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240219220832.25919-1-robbat2@gentoo.org> References: <20240219220832.25919-1-robbat2@gentoo.org> 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 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on orbis-terrarum.net X-Archives-Salt: cb89991a-475b-4b23-82fc-aa5b276b2688 X-Archives-Hash: 0821c63cbd4469669b50018fb2b618b3 Signed-off-by: Robin H. Johnson --- .../intel-microcode-20231114_p20231114.ebuild | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/sys-firmware/intel-microcode/intel-microcode-20231114_p20231114.ebuild b/sys-firmware/intel-microcode/intel-microcode-20231114_p20231114.ebuild index 5d1ff1e7f4be..30aca9ccbecf 100644 --- a/sys-firmware/intel-microcode/intel-microcode-20231114_p20231114.ebuild +++ b/sys-firmware/intel-microcode/intel-microcode-20231114_p20231114.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit linux-info mount-boot +inherit linux-info mount-boot check-reqs # Find updates by searching and clicking the first link (hopefully it's the one): # https://www.intel.com/content/www/us/en/search.html?keyword=Processor+Microcode+Data+File @@ -52,6 +52,9 @@ BDEPEND=">=sys-apps/iucode_tool-2.3" # !