commit: 8efeda3716766cedb084978046b384ba55a9427e
Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 8 22:10:21 2025 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Sat Feb 8 22:16:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8efeda37
sys-apps/secilc: stabilize 3.7 for amd64, x86
Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
sys-apps/secilc/secilc-3.7.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/secilc/secilc-3.7.ebuild
b/sys-apps/secilc/secilc-3.7.ebuild
index 3a6b4e7fe1f4..ccf68268a437 100644
--- a/sys-apps/secilc/secilc-3.7.ebuild
+++ b/sys-apps/secilc/secilc-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"
@@ -16,7 +16,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 ~riscv ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
S="${WORKDIR}/${MY_P}"
fi