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 4BFF21584AD for ; Tue, 06 May 2025 12:37:42 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 389BA34316C for ; Tue, 06 May 2025 12:37:42 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 986121103BD; Tue, 06 May 2025 12:37:35 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 8E1B61103BD for ; Tue, 06 May 2025 12:37:35 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 492AB343130 for ; Tue, 06 May 2025 12:37:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD0742799 for ; Tue, 06 May 2025 12:37:33 +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: <1746534956.265df03be069a84caa392db34d65d7a64cd492d4.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.8.1.ebuild X-VCS-Directories: sys-apps/restorecond/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 265df03be069a84caa392db34d65d7a64cd492d4 X-VCS-Branch: master Date: Tue, 06 May 2025 12:37:33 +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: f2e22d5c-b376-4aae-885c-5d0fbe4483db X-Archives-Hash: e1f6240df304e587fb755f722e329292 commit: 265df03be069a84caa392db34d65d7a64cd492d4 Author: Sam James gentoo org> AuthorDate: Tue May 6 12:35:56 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 6 12:35:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=265df03b sys-apps/restorecond: Stabilize 3.8.1 arm64, #955381 Signed-off-by: Sam James gentoo.org> sys-apps/restorecond/restorecond-3.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/restorecond/restorecond-3.8.1.ebuild b/sys-apps/restorecond/restorecond-3.8.1.ebuild index 752b1629e67f..3be40e567500 100644 --- a/sys-apps/restorecond/restorecond-3.8.1.ebuild +++ b/sys-apps/restorecond/restorecond-3.8.1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]] ; then S="${WORKDIR}/${P}/${PN}" else SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_PV}/${MY_P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86" + KEYWORDS="amd64 ~arm arm64 ~mips ~x86" S="${WORKDIR}/${MY_P}" fi