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 015D4158086 for ; Tue, 28 Dec 2021 01:14:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 002B12BC01B; Tue, 28 Dec 2021 01:14:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFF152BC001 for ; Tue, 28 Dec 2021 01:14:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A6336342F2A for ; Tue, 28 Dec 2021 01:14:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13EF31BF for ; Tue, 28 Dec 2021 01:14:15 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1640653692.181e4203fe243bb038fd9a6d5e76282227d8bfdc.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libsepol/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libsepol/libsepol-3.3.ebuild X-VCS-Directories: sys-libs/libsepol/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 181e4203fe243bb038fd9a6d5e76282227d8bfdc X-VCS-Branch: master Date: Tue, 28 Dec 2021 01:14:15 +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: 2f932c7d-a5b8-4f5f-8eac-60330186856e X-Archives-Hash: 6f5acb5acd9281f511381e3a616fb8b9 commit: 181e4203fe243bb038fd9a6d5e76282227d8bfdc Author: Jason Zaman gentoo org> AuthorDate: Tue Dec 28 01:08:12 2021 +0000 Commit: Jason Zaman gentoo org> CommitDate: Tue Dec 28 01:08:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=181e4203 sys-libs/libsepol: stabilize SELinux userspace 3.3 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Jason Zaman gentoo.org> sys-libs/libsepol/libsepol-3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libsepol/libsepol-3.3.ebuild b/sys-libs/libsepol/libsepol-3.3.ebuild index 0878e1924775..58ebda5eaea9 100644 --- a/sys-libs/libsepol/libsepol-3.3.ebuild +++ b/sys-libs/libsepol/libsepol-3.3.ebuild @@ -17,7 +17,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 ~riscv ~x86" + KEYWORDS="amd64 arm arm64 ~mips ~riscv x86" S="${WORKDIR}/${MY_P}" fi