commit: 05b83f12e0d170f1f21ff0bfc0f4d0c1a75525b9
Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 28 01:10:48 2021 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Tue Dec 28 01:10:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05b83f12
sys-apps/secilc: stabilize SELinux userspace 3.3
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
sys-apps/secilc/secilc-3.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/secilc/secilc-3.3.ebuild
b/sys-apps/secilc/secilc-3.3.ebuild
index 04666a2f99df..8058954b003d 100644
--- a/sys-apps/secilc/secilc-3.3.ebuild
+++ b/sys-apps/secilc/secilc-3.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
S="${WORKDIR}/${P}/${PN}"
else
SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${PV}/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="amd64 arm arm64 x86"
fi
LICENSE="GPL-2"