Diff nagios-4.5.8 with a nagios-4.5.12

/usr/portage/net-analyzer/nagios/nagios-4.5.12.ebuild 2026-04-29 00:17:39.380619250 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
8 8

  
9 9
LICENSE="metapackage"
10 10
SLOT="0"
11
KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ppc64 ~sparc x86"
11
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
12 12

  
13 13
RDEPEND="~net-analyzer/nagios-core-${PV}
14 14
	|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"
Thank you!