diff options
author | Jason Zaman <perfinion@gentoo.org> | 2021-12-27 17:11:47 -0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2021-12-27 17:11:47 -0800 |
commit | 7f26233fcfe2b3f65e3c0a14e8b99c2f5fc5e900 (patch) | |
tree | a319d35c44cb9a99a910fda3da7ad5972a260762 /sys-apps/restorecond | |
parent | sys-apps/policycoreutils: stabilize SELinux userspace 3.3 (diff) | |
download | gentoo-7f26233fcfe2b3f65e3c0a14e8b99c2f5fc5e900.tar.gz gentoo-7f26233fcfe2b3f65e3c0a14e8b99c2f5fc5e900.tar.bz2 gentoo-7f26233fcfe2b3f65e3c0a14e8b99c2f5fc5e900.zip |
sys-apps/restorecond: stabilize SELinux userspace 3.3
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
Diffstat (limited to 'sys-apps/restorecond')
-rw-r--r-- | sys-apps/restorecond/restorecond-3.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/restorecond/restorecond-3.3.ebuild b/sys-apps/restorecond/restorecond-3.3.ebuild index f3e66897e8c1..ccceea1c063d 100644 --- a/sys-apps/restorecond/restorecond-3.3.ebuild +++ b/sys-apps/restorecond/restorecond-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="Daemon to watch for creation and set default SELinux fcontexts" |