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 5F7901584AD for ; Tue, 06 May 2025 12:37:40 +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 4DE81343190 for ; Tue, 06 May 2025 12:37:40 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 92E431103C0; 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 87CEA1103BD 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 43C4734312F 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 B65BA2785 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: <1746534954.43fe375fd27a87bd66b48c6c2dbde9a6a99204ba.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/policycoreutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/policycoreutils/policycoreutils-3.8.1.ebuild X-VCS-Directories: sys-apps/policycoreutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 43fe375fd27a87bd66b48c6c2dbde9a6a99204ba 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: 9a7c17fa-5da5-402b-98d4-3520abbc7bcc X-Archives-Hash: e36f3479abf2502220d56cd3914e077f commit: 43fe375fd27a87bd66b48c6c2dbde9a6a99204ba Author: Sam James gentoo org> AuthorDate: Tue May 6 12:35:54 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 6 12:35:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43fe375f sys-apps/policycoreutils: Stabilize 3.8.1 arm64, #955381 Signed-off-by: Sam James gentoo.org> sys-apps/policycoreutils/policycoreutils-3.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/policycoreutils/policycoreutils-3.8.1.ebuild b/sys-apps/policycoreutils/policycoreutils-3.8.1.ebuild index 4e72f5c96d2b..032190d9148b 100644 --- a/sys-apps/policycoreutils/policycoreutils-3.8.1.ebuild +++ b/sys-apps/policycoreutils/policycoreutils-3.8.1.ebuild @@ -24,7 +24,7 @@ if [[ ${PV} == 9999 ]]; then else SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_PV}/${MY_P}.tar.gz https://dev.gentoo.org/~perfinion/distfiles/policycoreutils-extra-${EXTRAS_VER}.tar.bz2" - KEYWORDS="amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm arm64 ~x86" S1="${WORKDIR}/${MY_P}" S2="${WORKDIR}/policycoreutils-extra" S="${S1}"