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 115B11584AD for ; Tue, 06 May 2025 12:37:47 +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 EBFA434317C for ; Tue, 06 May 2025 12:37:46 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E067B1103DD; Tue, 06 May 2025 12:37:36 +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 D6E301103DD for ; Tue, 06 May 2025 12:37:36 +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 9024934312F for ; Tue, 06 May 2025 12:37:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EF1627AA for ; Tue, 06 May 2025 12:37:34 +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: <1746534960.38007c7945add3f2d9578d3a044dd8ef5e20a661.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/secilc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/secilc/secilc-3.8.1.ebuild X-VCS-Directories: sys-apps/secilc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 38007c7945add3f2d9578d3a044dd8ef5e20a661 X-VCS-Branch: master Date: Tue, 06 May 2025 12:37:34 +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: 7c085693-2611-445b-93d3-0f7caab5759b X-Archives-Hash: cd5fdd6c13954ae190747e0369643d51 commit: 38007c7945add3f2d9578d3a044dd8ef5e20a661 Author: Sam James gentoo org> AuthorDate: Tue May 6 12:36:00 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 6 12:36:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38007c79 sys-apps/secilc: Stabilize 3.8.1 arm, #955381 Signed-off-by: Sam James gentoo.org> sys-apps/secilc/secilc-3.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/secilc/secilc-3.8.1.ebuild b/sys-apps/secilc/secilc-3.8.1.ebuild index 6cd158e8f2ac..7f4733f68b7c 100644 --- a/sys-apps/secilc/secilc-3.8.1.ebuild +++ b/sys-apps/secilc/secilc-3.8.1.ebuild @@ -16,7 +16,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 ~x86" + KEYWORDS="amd64 arm arm64 ~x86" S="${WORKDIR}/${MY_P}" fi