commit: 21ae0fb44aaf5c742a533b96a035221e3074a421
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 6 12:36:18 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 6 12:36:18 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21ae0fb4
sys-apps/restorecond: Stabilize 3.8.1 x86, #955381
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/restorecond/restorecond-3.8.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/restorecond/restorecond-3.8.1.ebuild
b/sys-apps/restorecond/restorecond-3.8.1.ebuild
index 8f304caa7135..533ce2962a3f 100644
--- a/sys-apps/restorecond/restorecond-3.8.1.ebuild
+++ b/sys-apps/restorecond/restorecond-3.8.1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]] ; then
S="${WORKDIR}/${P}/${PN}"
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