commit: 94a61aab42545b7a1446c08a96e15211de1f8d5b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 6 12:36:05 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 6 12:36:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94a61aab
sys-apps/selinux-python: Stabilize 3.8.1 arm, #955381
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/selinux-python/selinux-python-3.8.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/selinux-python/selinux-python-3.8.1.ebuild
b/sys-apps/selinux-python/selinux-python-3.8.1.ebuild
index ce086a316a7c..9a0457b92aa0 100644
--- a/sys-apps/selinux-python/selinux-python-3.8.1.ebuild
+++ b/sys-apps/selinux-python/selinux-python-3.8.1.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 ~x86"
+ KEYWORDS="amd64 arm arm64 ~x86"
S="${WORKDIR}/${MY_P}"
fi