commit: e131c9d6524150a55f8f7ef89c29ba1189a228f5
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 19 08:26:12 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Fri Dec 19 08:26:38 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e131c9d6
sys-apps/selinux-python: Stabilize 3.8.1-r1 arm64, #967716
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
sys-apps/selinux-python/selinux-python-3.8.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/selinux-python/selinux-python-3.8.1-r1.ebuild
b/sys-apps/selinux-python/selinux-python-3.8.1-r1.ebuild
index 8494c512d766..2df2a9184750 100644
--- a/sys-apps/selinux-python/selinux-python-3.8.1-r1.ebuild
+++ b/sys-apps/selinux-python/selinux-python-3.8.1-r1.ebuild
@@ -21,7 +21,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