commit: 03bb1fdc89b8ba56ca771cb2fc1c96734ed03351
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 14 13:31:09 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 14 13:31:09 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03bb1fdc
sys-apps/selinux-python: Stabilize 3.7-r1 arm64, #947914
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-apps/selinux-python/selinux-python-3.7-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/selinux-python/selinux-python-3.7-r1.ebuild
b/sys-apps/selinux-python/selinux-python-3.7-r1.ebuild
index 0d9b30151a02..7d61f76ceb71 100644
--- a/sys-apps/selinux-python/selinux-python-3.7-r1.ebuild
+++ b/sys-apps/selinux-python/selinux-python-3.7-r1.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 ~riscv x86"
+ KEYWORDS="amd64 arm arm64 ~riscv x86"
S="${WORKDIR}/${MY_P}"
fi