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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7405F1580EB for ; Tue, 27 May 2025 15:13:08 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5B84F343124 for ; Tue, 27 May 2025 15:13:08 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4A974110287; Tue, 27 May 2025 15:13:07 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 3E861110287 for ; Tue, 27 May 2025 15:13:07 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EDB2434310B for ; Tue, 27 May 2025 15:13:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53E4A18B2 for ; Tue, 27 May 2025 15:13:05 +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: <1748358764.5a0009cbbd66be552cf53f7bb14b0437dd0ad4cb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/mcelog/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/mcelog/mcelog-206.ebuild X-VCS-Directories: app-admin/mcelog/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5a0009cbbd66be552cf53f7bb14b0437dd0ad4cb X-VCS-Branch: master Date: Tue, 27 May 2025 15:13:05 +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: 2e547d6f-d67f-4937-b036-ba1187ebde72 X-Archives-Hash: a913864ddf78e90003af0a5636c17ca5 commit: 5a0009cbbd66be552cf53f7bb14b0437dd0ad4cb Author: Sam James gentoo org> AuthorDate: Tue May 27 15:12:44 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 27 15:12:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a0009cb app-admin/mcelog: Stabilize 206 amd64, #956716 Signed-off-by: Sam James gentoo.org> app-admin/mcelog/mcelog-206.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/mcelog/mcelog-206.ebuild b/app-admin/mcelog/mcelog-206.ebuild index 8506a52b69e7..8e554f0c180d 100644 --- a/app-admin/mcelog/mcelog-206.ebuild +++ b/app-admin/mcelog/mcelog-206.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git/snapshot/${P}.t LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="selinux" RDEPEND="selinux? ( sec-policy/selinux-mcelog )"