Diff icingaweb2-2.12.0 with a icingaweb2-9999

/usr/portage/www-apps/icingaweb2/icingaweb2-9999.ebuild 2023-10-09 14:52:35.872368511 +0300
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
			dev-lang/php:8.2[apache2?,cli,curl,fileinfo,fpm?,gd,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
31
			dev-lang/php:8.0[apache2?,cli,fpm?,gd,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
32
			dev-lang/php:8.1[apache2?,cli,fpm?,gd,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
33 33
		)
34
		>=dev-libs/icinga-php-library-0.13.0
35
		>=dev-libs/icinga-php-thirdparty-0.12.0
34
		>=dev-libs/icinga-php-library-0.8.1
35
		>=dev-libs/icinga-php-thirdparty-0.11.0
36 36
		acct-group/icingacmd
37 37
		acct-group/icingaweb2"
38 38
RDEPEND="${DEPEND}"
Thank you!