From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id B82D7158091 for ; Sat, 21 Jun 2025 14:32:32 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 8608D340F3F for ; Sat, 21 Jun 2025 14:32:32 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A2028110509; Sat, 21 Jun 2025 14:32:17 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 92CEE110504 for ; Sat, 21 Jun 2025 14:32:17 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C963341F96 for ; Sat, 21 Jun 2025 14:32:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C73622A3F for ; Sat, 21 Jun 2025 14:32:14 +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: <1750516171.da872f8eb787820416b22b86e06cd1b932b4885f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/grub2-theme-preview/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/grub2-theme-preview/grub2-theme-preview-2.9.1.ebuild X-VCS-Directories: x11-misc/grub2-theme-preview/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: da872f8eb787820416b22b86e06cd1b932b4885f X-VCS-Branch: master Date: Sat, 21 Jun 2025 14:32:14 +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: 17e7248e-6f96-458c-b3b8-8496c9d6b137 X-Archives-Hash: 7a0f31092c240c9223c60c4c5f690812 commit: da872f8eb787820416b22b86e06cd1b932b4885f Author: Sam James gentoo org> AuthorDate: Sat Jun 21 14:29:05 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 21 14:29:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da872f8e x11-misc/grub2-theme-preview: Stabilize 2.9.1 x86, #953736 Signed-off-by: Sam James gentoo.org> x11-misc/grub2-theme-preview/grub2-theme-preview-2.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/grub2-theme-preview/grub2-theme-preview-2.9.1.ebuild b/x11-misc/grub2-theme-preview/grub2-theme-preview-2.9.1.ebuild index 864bf2e411ea..2dd3ae349eb2 100644 --- a/x11-misc/grub2-theme-preview/grub2-theme-preview-2.9.1.ebuild +++ b/x11-misc/grub2-theme-preview/grub2-theme-preview-2.9.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/hartwork/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="grub_platforms_efi-32 grub_platforms_efi-64 grub_platforms_pc" REQUIRED_USE="|| ( grub_platforms_efi-32 grub_platforms_efi-64 grub_platforms_pc )"