diff options
author | Sam James <sam@gentoo.org> | 2021-07-04 23:19:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-04 23:19:27 +0100 |
commit | 7c8b46999df097a437288eecb1cce347d20b842c (patch) | |
tree | e5f0eba2a35ff6d220c2f56ab7a84aafb6e58200 /sys-apps/restorecond | |
parent | sys-apps/policycoreutils: Stabilize 3.2 amd64, #797616 (diff) | |
download | gentoo-7c8b46999df097a437288eecb1cce347d20b842c.tar.gz gentoo-7c8b46999df097a437288eecb1cce347d20b842c.tar.bz2 gentoo-7c8b46999df097a437288eecb1cce347d20b842c.zip |
sys-apps/restorecond: Stabilize 3.2 amd64, #797616
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/restorecond')
-rw-r--r-- | sys-apps/restorecond/restorecond-3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/restorecond/restorecond-3.2.ebuild b/sys-apps/restorecond/restorecond-3.2.ebuild index f3e66897e8c1..fe9b6bec869b 100644 --- a/sys-apps/restorecond/restorecond-3.2.ebuild +++ b/sys-apps/restorecond/restorecond-3.2.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" |