diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-06 19:30:04 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-06 19:30:04 +0300 |
commit | 22e8a836a25059f3cff589f0e10ff06a7154fed5 (patch) | |
tree | 04c024f509faf087ddb521daa5c864efac3b29d0 /sec-policy/selinux-mysql/selinux-mysql-9999.ebuild | |
parent | sys-devel/lld: keyword 18.1.8 for ~mips (diff) | |
download | gentoo-22e8a836a25059f3cff589f0e10ff06a7154fed5.tar.gz gentoo-22e8a836a25059f3cff589f0e10ff06a7154fed5.tar.bz2 gentoo-22e8a836a25059f3cff589f0e10ff06a7154fed5.zip |
sec-policy/*: drop ~mips keywords
Most likely not useful, and requires a huge dep tree
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sec-policy/selinux-mysql/selinux-mysql-9999.ebuild')
-rw-r--r-- | sec-policy/selinux-mysql/selinux-mysql-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sec-policy/selinux-mysql/selinux-mysql-9999.ebuild b/sec-policy/selinux-mysql/selinux-mysql-9999.ebuild index 0ccab6e86efa..f2ed9632224f 100644 --- a/sec-policy/selinux-mysql/selinux-mysql-9999.ebuild +++ b/sec-policy/selinux-mysql/selinux-mysql-9999.ebuild @@ -10,5 +10,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for mysql" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" fi |