Diff selinux-squid-2.20250213-r1 with a selinux-squid-9999

/usr/portage/sec-policy/selinux-squid/selinux-squid-9999.ebuild 2024-12-25 15:56:49.076760634 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI="7"
......
10 10
DESCRIPTION="SELinux policy for squid"
11 11

  
12 12
if [[ ${PV} != 9999* ]] ; then
13
	KEYWORDS="amd64 arm arm64 x86"
13
	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
14 14
fi
15 15
DEPEND="${DEPEND}
16 16
	sec-policy/selinux-apache
Thank you!