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

/usr/portage/sec-policy/selinux-podman/selinux-podman-9999.ebuild 2024-12-25 15:56:49.046761047 +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 podman"
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

  
16 16
DEPEND="${DEPEND}
Thank you!