commit: e2c5bf982d6566e06b0b6e0baf265ae5d1cd2ee2
Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 8 22:13:36 2025 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Sat Feb 8 22:16:55 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2c5bf98
sys-apps/restorecond: stabilize 3.7 for amd64, x86
Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
sys-apps/restorecond/restorecond-3.7.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/restorecond/restorecond-3.7.ebuild
b/sys-apps/restorecond/restorecond-3.7.ebuild
index 452a33b36841..103b27d4d283 100644
--- a/sys-apps/restorecond/restorecond-3.7.ebuild
+++ b/sys-apps/restorecond/restorecond-3.7.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"
@@ -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