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