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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F269158170 for ; Fri, 19 Jul 2024 19:50:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEE562BC02C; Fri, 19 Jul 2024 19:50:42 +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 pigeon.gentoo.org (Postfix) with ESMTPS id AB4D92BC02A for ; Fri, 19 Jul 2024 19:50:42 +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 C221D342FF7 for ; Fri, 19 Jul 2024 19:50:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07F251E4B for ; Fri, 19 Jul 2024 19:50:39 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1721418629.14902b011c979e315d1ca30c8bfa18bd949ab7c7.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-container/ X-VCS-Repository: repo/gentoo X-VCS-Files: sec-policy/selinux-container/selinux-container-2.20240226-r2.ebuild X-VCS-Directories: sec-policy/selinux-container/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 14902b011c979e315d1ca30c8bfa18bd949ab7c7 X-VCS-Branch: master Date: Fri, 19 Jul 2024 19:50:39 +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: 0886dd31-e58a-4493-b874-6752a3a5fbd4 X-Archives-Hash: e0b9c629d90a8714b90249b0c05fee97 commit: 14902b011c979e315d1ca30c8bfa18bd949ab7c7 Author: Jakov Smolić gentoo org> AuthorDate: Fri Jul 19 19:50:29 2024 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Fri Jul 19 19:50:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14902b01 sec-policy/selinux-container: Keyword 2.20240226-r2 riscv, #936297 Signed-off-by: Jakov Smolić gentoo.org> sec-policy/selinux-container/selinux-container-2.20240226-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sec-policy/selinux-container/selinux-container-2.20240226-r2.ebuild b/sec-policy/selinux-container/selinux-container-2.20240226-r2.ebuild index cc89d9b4cf00..6daac99c5283 100644 --- a/sec-policy/selinux-container/selinux-container-2.20240226-r2.ebuild +++ b/sec-policy/selinux-container/selinux-container-2.20240226-r2.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for container" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="amd64 arm arm64 ~mips x86" + KEYWORDS="amd64 arm arm64 ~mips ~riscv x86" fi