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 D0DE915823F for ; Fri, 17 Nov 2023 15:09:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22E102BC029; Fri, 17 Nov 2023 15:09:04 +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 07B772BC029 for ; Fri, 17 Nov 2023 15:09:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 1FF67335D8D for ; Fri, 17 Nov 2023 15:09:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A766139C for ; Fri, 17 Nov 2023 15:09:00 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1700233714.649feb2f9d40830700fb6b2929c1266419d37e09.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/intel-microcode/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-firmware/intel-microcode/intel-microcode-20231114_p20231114.ebuild X-VCS-Directories: sys-firmware/intel-microcode/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 649feb2f9d40830700fb6b2929c1266419d37e09 X-VCS-Branch: master Date: Fri, 17 Nov 2023 15:09:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f425fabf-00c5-4859-87d7-18312d269e77 X-Archives-Hash: d809072f6f2ee6e084da2625e5903cd4 commit: 649feb2f9d40830700fb6b2929c1266419d37e09 Author: Sam James gentoo org> AuthorDate: Fri Nov 17 15:08:34 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 17 15:08:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=649feb2f sys-firmware/intel-microcode: Stabilize 20231114_p20231114 x86, #917503 Signed-off-by: Sam James gentoo.org> sys-firmware/intel-microcode/intel-microcode-20231114_p20231114.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-firmware/intel-microcode/intel-microcode-20231114_p20231114.ebuild b/sys-firmware/intel-microcode/intel-microcode-20231114_p20231114.ebuild index 7d1e978da6df..5d1ff1e7f4be 100644 --- a/sys-firmware/intel-microcode/intel-microcode-20231114_p20231114.ebuild +++ b/sys-firmware/intel-microcode/intel-microcode-20231114_p20231114.ebuild @@ -43,7 +43,7 @@ S="${WORKDIR}" LICENSE="intel-ucode" SLOT="0" -KEYWORDS="-* amd64 ~x86" +KEYWORDS="-* amd64 x86" IUSE="hostonly initramfs +split-ucode vanilla" REQUIRED_USE="|| ( initramfs split-ucode )" RESTRICT="binchecks strip"