Сравнение icingaweb2-2.12.4 с icingaweb2-9999

/usr/portage/www-apps/icingaweb2/icingaweb2-9999.ebuild 2025-07-29 16:22:17.952470306 +0300
11 11
if [[ ${PV} == *9999 ]];then
12 12
	inherit git-r3
13 13
	EGIT_REPO_URI="https://github.com/Icinga/icingaweb2.git"
14
	EGIT_BRANCH="master"
14
	EGIT_BRANCH="main"
15 15
else
16 16
	SRC_URI="https://codeload.github.com/Icinga/${PN}/tar.gz/v${PV} -> ${P}.tar.gz"
17
	KEYWORDS="amd64 ~arm64 x86"
17
	KEYWORDS="~amd64 ~arm64 ~x86"
18 18
fi
19 19

  
20 20
LICENSE="GPL-2"
......
28 28
		apache2-server? ( >=www-servers/apache-2.4.0 )
29 29
		nginx? ( >=www-servers/nginx-1.7.0:* )
30 30
		|| (
31
			dev-lang/php:8.1[apache2?,cli,curl,fileinfo,fpm?,gd,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
32 31
			dev-lang/php:8.2[apache2?,cli,curl,fileinfo,fpm?,gd,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
33 32
			dev-lang/php:8.3[apache2?,cli,curl,fileinfo,fpm?,gd,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
34 33
		)
Спасибо!