commit: de4603d51865b935794f4ccbc16ad51bf9d60876
Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 8 22:11:10 2025 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Sat Feb 8 22:16:53 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de4603d5
sys-apps/selinux-python: stabilize 3.7-r1 for amd64, x86
Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
sys-apps/selinux-python/selinux-python-3.7-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 1ab3a996077c..64d6d1f1f057 100644
--- a/sys-apps/selinux-python/selinux-python-3.7-r1.ebuild
+++ b/sys-apps/selinux-python/selinux-python-3.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
@@ -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