diff options
author | Sam James <sam@gentoo.org> | 2021-08-16 03:56:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-16 03:56:59 +0100 |
commit | 1cc2423a281d862cc2f13cd45c37a7b2cdb34e55 (patch) | |
tree | 37abacf44cca2425388ec6a96aac36bfbcaf6e66 /sec-policy/selinux-loadkeys | |
parent | sec-policy/selinux-lircd: Stabilize 2.20210203-r1 x86, #804879 (diff) | |
download | gentoo-1cc2423a281d862cc2f13cd45c37a7b2cdb34e55.tar.gz gentoo-1cc2423a281d862cc2f13cd45c37a7b2cdb34e55.tar.bz2 gentoo-1cc2423a281d862cc2f13cd45c37a7b2cdb34e55.zip |
sec-policy/selinux-loadkeys: Stabilize 2.20210203-r1 x86, #804879
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sec-policy/selinux-loadkeys')
-rw-r--r-- | sec-policy/selinux-loadkeys/selinux-loadkeys-2.20210203-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sec-policy/selinux-loadkeys/selinux-loadkeys-2.20210203-r1.ebuild b/sec-policy/selinux-loadkeys/selinux-loadkeys-2.20210203-r1.ebuild index 40fdbe69406c..52ba2dcd5add 100644 --- a/sec-policy/selinux-loadkeys/selinux-loadkeys-2.20210203-r1.ebuild +++ b/sec-policy/selinux-loadkeys/selinux-loadkeys-2.20210203-r1.ebuild @@ -11,5 +11,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for loadkeys" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips x86" fi |