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 1719E139345 for ; Sun, 4 Jul 2021 22:19:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F13D8E0849; Sun, 4 Jul 2021 22:19:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D9050E0849 for ; Sun, 4 Jul 2021 22:19:52 +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 EC66C342B12 for ; Sun, 4 Jul 2021 22:19:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8336C7C5 for ; Sun, 4 Jul 2021 22:19:50 +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: <1625437167.7c8b46999df097a437288eecb1cce347d20b842c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/restorecond/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/restorecond/restorecond-3.2.ebuild X-VCS-Directories: sys-apps/restorecond/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7c8b46999df097a437288eecb1cce347d20b842c X-VCS-Branch: master Date: Sun, 4 Jul 2021 22:19:50 +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: 0649f938-0177-4228-9f79-21698f493d24 X-Archives-Hash: a55e3a5879ecbab0c5d436c22a93012f commit: 7c8b46999df097a437288eecb1cce347d20b842c Author: Sam James gentoo org> AuthorDate: Sun Jul 4 22:19:27 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 4 22:19:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c8b4699 sys-apps/restorecond: Stabilize 3.2 amd64, #797616 Signed-off-by: Sam James gentoo.org> sys-apps/restorecond/restorecond-3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/restorecond/restorecond-3.2.ebuild b/sys-apps/restorecond/restorecond-3.2.ebuild index f3e66897e8c..fe9b6bec869 100644 --- a/sys-apps/restorecond/restorecond-3.2.ebuild +++ b/sys-apps/restorecond/restorecond-3.2.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]] ; then S="${WORKDIR}/${P}/${PN}" else SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86" fi DESCRIPTION="Daemon to watch for creation and set default SELinux fcontexts"