diff options
author | Jason Zaman <perfinion@gentoo.org> | 2018-07-27 21:09:35 +0800 |
---|---|---|
committer | Jason Zaman <perfinion@gentoo.org> | 2018-07-27 21:13:15 +0800 |
commit | 23e33a27e78605730f405e034e1541d57b112ae4 (patch) | |
tree | 0d088c1582ea6c243bd93c4db2e377fcddfeabfc /sec-policy/selinux-cgroup | |
parent | app-doc/phrack: Fix S for releases 01..10 (diff) | |
download | gentoo-23e33a27e78605730f405e034e1541d57b112ae4.tar.gz gentoo-23e33a27e78605730f405e034e1541d57b112ae4.tar.bz2 gentoo-23e33a27e78605730f405e034e1541d57b112ae4.zip |
sec-policy: Stabilize selinux policy 2.20180701-r1
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sec-policy/selinux-cgroup')
-rw-r--r-- | sec-policy/selinux-cgroup/selinux-cgroup-2.20180701-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sec-policy/selinux-cgroup/selinux-cgroup-2.20180701-r1.ebuild b/sec-policy/selinux-cgroup/selinux-cgroup-2.20180701-r1.ebuild index 885e7b0cb6d5..9dee9c90a0e6 100644 --- a/sec-policy/selinux-cgroup/selinux-cgroup-2.20180701-r1.ebuild +++ b/sec-policy/selinux-cgroup/selinux-cgroup-2.20180701-r1.ebuild @@ -11,5 +11,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for cgroup" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="amd64 -arm ~arm64 ~mips x86" fi |