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 DEBE3158090 for ; Mon, 23 May 2022 16:29:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF403E0830; Mon, 23 May 2022 16:29:17 +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 pigeon.gentoo.org (Postfix) with ESMTPS id A0EA9E0830 for ; Mon, 23 May 2022 16:29: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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 31088341C09 for ; Mon, 23 May 2022 16:29:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72B3A3C3 for ; Mon, 23 May 2022 16:29:14 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1653323232.9b9e79b0eabc013c48cf883e93380ffc183c8db1.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/mcelog/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/mcelog/mcelog-181.ebuild X-VCS-Directories: app-admin/mcelog/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 9b9e79b0eabc013c48cf883e93380ffc183c8db1 X-VCS-Branch: master Date: Mon, 23 May 2022 16:29: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: 1ad58be5-b36d-4fb3-b3c9-2a662c072d6c X-Archives-Hash: 8ebd4c7589a030114e69cbc6f928e72d commit: 9b9e79b0eabc013c48cf883e93380ffc183c8db1 Author: Ben Kohler gentoo org> AuthorDate: Mon May 23 16:19:22 2022 +0000 Commit: Ben Kohler gentoo org> CommitDate: Mon May 23 16:27:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b9e79b0 app-admin/mcelog: stabilize 181 for amd64, x86 Signed-off-by: Ben Kohler gentoo.org> app-admin/mcelog/mcelog-181.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/mcelog/mcelog-181.ebuild b/app-admin/mcelog/mcelog-181.ebuild index b95ec9cf6b31..1b3a0ee7345e 100644 --- a/app-admin/mcelog/mcelog-181.ebuild +++ b/app-admin/mcelog/mcelog-181.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/andikleen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="selinux" RDEPEND="selinux? ( sec-policy/selinux-mcelog )"