Diff selinux-gitosis-2.20240226-r2 with a selinux-gitosis-2.20250213-r1

/usr/portage/sec-policy/selinux-gitosis/selinux-gitosis-2.20250213-r1.ebuild 2025-07-29 16:22:17.360467859 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2025 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 gitosis"
11 11

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