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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1B0B7138359 for ; Fri, 6 Nov 2020 10:57:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 495A1E0827; Fri, 6 Nov 2020 10:57:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1CA7AE0827 for ; Fri, 6 Nov 2020 10:57:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD76A340CFB for ; Fri, 6 Nov 2020 10:57:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4089C431 for ; Fri, 6 Nov 2020 10:57:52 +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: <1604660195.dee12b9b9a72cddb5be651ff7e1919dd524155ed.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/polkit/polkit-0.118.ebuild X-VCS-Directories: sys-auth/polkit/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dee12b9b9a72cddb5be651ff7e1919dd524155ed X-VCS-Branch: master Date: Fri, 6 Nov 2020 10:57:52 +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: 4ba373e1-d962-4646-ac80-8decc28f48de X-Archives-Hash: b41fa158afe3f56a71fc354031407261 commit: dee12b9b9a72cddb5be651ff7e1919dd524155ed Author: Sam James gentoo org> AuthorDate: Fri Nov 6 10:56:35 2020 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 6 10:56:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dee12b9b sys-auth/polkit: Stabilize 0.118 arm64, #753218 Signed-off-by: Sam James gentoo.org> sys-auth/polkit/polkit-0.118.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/polkit/polkit-0.118.ebuild b/sys-auth/polkit/polkit-0.118.ebuild index ec72684ca69..b5aa800a902 100644 --- a/sys-auth/polkit/polkit-0.118.ebuild +++ b/sys-auth/polkit/polkit-0.118.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc64 ~s390 x86" +KEYWORDS="amd64 ~arm arm64 ~mips ~ppc64 ~s390 x86" IUSE="elogind examples gtk +introspection jit kde nls pam selinux systemd test" RESTRICT="!test? ( test )"