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 2EEBA158094 for ; Mon, 18 Jul 2022 12:49:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57D73E0F94; Mon, 18 Jul 2022 12:49:12 +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 3AD6EE0F94 for ; Mon, 18 Jul 2022 12:49:12 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9343E340F13 for ; Mon, 18 Jul 2022 12:49:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B59C6548 for ; Mon, 18 Jul 2022 12:49:07 +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: <1658148521.3e06cd3d103d58563b3d33281466d8d1ec5bb0bc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/selinux-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/selinux-python/selinux-python-3.4.ebuild X-VCS-Directories: sys-apps/selinux-python/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3e06cd3d103d58563b3d33281466d8d1ec5bb0bc X-VCS-Branch: master Date: Mon, 18 Jul 2022 12:49:07 +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: e885ca56-811d-431f-b57f-c8624d98802f X-Archives-Hash: 072f5365db661a39bcaa18c2bbcd80f7 commit: 3e06cd3d103d58563b3d33281466d8d1ec5bb0bc Author: Sam James gentoo org> AuthorDate: Mon Jul 18 12:48:41 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 18 12:48:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e06cd3d sys-apps/selinux-python: Stabilize 3.4 arm, #855968 Signed-off-by: Sam James gentoo.org> sys-apps/selinux-python/selinux-python-3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/selinux-python/selinux-python-3.4.ebuild b/sys-apps/selinux-python/selinux-python-3.4.ebuild index 0d89c8211375..3dec249eb957 100644 --- a/sys-apps/selinux-python/selinux-python-3.4.ebuild +++ b/sys-apps/selinux-python/selinux-python-3.4.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} == 9999 ]] ; then S="${WORKDIR}/${P}/${PN#selinux-}" 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