Diff selinux-dovecot-2.20221101-r4 with a selinux-dovecot-9999

/usr/portage/sec-policy/selinux-dovecot/selinux-dovecot-9999.ebuild 2023-10-09 14:52:35.300368497 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2021 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI="7"
......
11 11
DESCRIPTION="SELinux policy for dovecot"
12 12

  
13 13
if [[ ${PV} != 9999* ]] ; then
14
	KEYWORDS="amd64 arm arm64 ~mips x86"
14
	KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
15 15
fi
Thank you!