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

/usr/portage/sec-policy/selinux-cups/selinux-cups-9999.ebuild 2023-10-09 14:52:35.296368497 +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 cups"
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
16 16
DEPEND="${DEPEND}
17 17
	sec-policy/selinux-lpd
Thank you!