Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/selinux-python/
Date: Thu, 03 Dec 2020 03:12:29
Message-Id: 1606964885.9c5299cc0b41b0e0f03ebee6b9d0b28879a901ee.perfinion@gentoo
1 commit: 9c5299cc0b41b0e0f03ebee6b9d0b28879a901ee
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 02:58:57 2020 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 03:08:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c5299cc
7
8 sys-apps/selinux-python: stabilize SELinux userspace 3.1
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
12
13 sys-apps/selinux-python/selinux-python-3.1-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-apps/selinux-python/selinux-python-3.1-r1.ebuild b/sys-apps/selinux-python/selinux-python-3.1-r1.ebuild
17 index e3fe4738a86..c92909383ff 100644
18 --- a/sys-apps/selinux-python/selinux-python-3.1-r1.ebuild
19 +++ b/sys-apps/selinux-python/selinux-python-3.1-r1.ebuild
20 @@ -26,7 +26,7 @@ if [[ ${PV} == 9999 ]] ; then
21 S="${WORKDIR}/${MY_P}/${PN#selinux-}"
22 else
23 SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_RELEASEDATE}/${MY_P}.tar.gz"
24 - KEYWORDS="~amd64 ~arm64 ~mips ~x86"
25 + KEYWORDS="amd64 ~arm64 ~mips x86"
26 S="${WORKDIR}/${MY_P}"
27 fi