diff options
author | Sam James <sam@gentoo.org> | 2021-07-28 21:04:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-28 21:07:49 +0100 |
commit | 42401bc60cc916efbebbd82841cee90f1ac70a6c (patch) | |
tree | 9e8121229b34edbfed42860ccf0afb8faec3b954 /sys-apps/restorecond | |
parent | sys-apps/policycoreutils: Stabilize 3.2 x86, #797616 (diff) | |
download | gentoo-42401bc60cc916efbebbd82841cee90f1ac70a6c.tar.gz gentoo-42401bc60cc916efbebbd82841cee90f1ac70a6c.tar.bz2 gentoo-42401bc60cc916efbebbd82841cee90f1ac70a6c.zip |
sys-apps/restorecond: Stabilize 3.2 x86, #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 fe9b6bec869b..600b91f0ad82 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" |