commit: 01b2a898000d08b23d4ee1d5e857d5c5065f3e6a
Author: Kenton Groombridge <concord <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 9 15:03:35 2023 +0000
Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org>
CommitDate: Sun Apr 9 15:03:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b2a898
sys-apps/selinux-python: Stabilize SELinux userspace 3.5
Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org>
sys-apps/selinux-python/selinux-python-3.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/selinux-python/selinux-python-3.5.ebuild
b/sys-apps/selinux-python/selinux-python-3.5.ebuild
index 470211f8d553..6a2211786b3f 100644
--- a/sys-apps/selinux-python/selinux-python-3.5.ebuild
+++ b/sys-apps/selinux-python/selinux-python-3.5.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