commit: 356c0b0e724a6008726cca2098a9890ea28a7765 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org> AuthorDate: Tue Dec 28 01:09:55 2021 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Tue Dec 28 01:09:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=356c0b0e
sys-apps/semodule-utils: 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/semodule-utils/semodule-utils-3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/semodule-utils/semodule-utils-3.3.ebuild b/sys-apps/semodule-utils/semodule-utils-3.3.ebuild index 13fc0d86279e..5a5792a677bd 100644 --- a/sys-apps/semodule-utils/semodule-utils-3.3.ebuild +++ b/sys-apps/semodule-utils/semodule-utils-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 ~mips ~x86" + KEYWORDS="amd64 arm arm64 ~mips x86" fi DESCRIPTION="SELinux policy module utilities"