summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Fischl <github@fischl-online.de>2023-09-29 18:09:07 +0200
committerMatthew Thode <prometheanfire@gentoo.org>2023-09-29 11:49:59 -0500
commit2eeb46586c1ba7bcfc05ab4a380333dc7dcbd3d2 (patch)
tree9197a5fd81aeb3507e7741310aefdc4dd3bc9cdf /www-apps
parentdev-libs/icinga-php-thirdparty: add 0.12.0 (diff)
downloadgentoo-2eeb46586c1ba7bcfc05ab4a380333dc7dcbd3d2.tar.gz
gentoo-2eeb46586c1ba7bcfc05ab4a380333dc7dcbd3d2.tar.bz2
gentoo-2eeb46586c1ba7bcfc05ab4a380333dc7dcbd3d2.zip
www-apps/icingaweb2: correct 2.12.0 dependencies
Signed-off-by: Anton Fischl <github@fischl-online.de> Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/icingaweb2/icingaweb2-2.12.0.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/www-apps/icingaweb2/icingaweb2-2.12.0.ebuild b/www-apps/icingaweb2/icingaweb2-2.12.0.ebuild
index 9103daa5bbe2..882211be2144 100644
--- a/www-apps/icingaweb2/icingaweb2-2.12.0.ebuild
+++ b/www-apps/icingaweb2/icingaweb2-2.12.0.ebuild
@@ -28,11 +28,11 @@ DEPEND=">=net-analyzer/icinga2-2.1.1
apache2-server? ( >=www-servers/apache-2.4.0 )
nginx? ( >=www-servers/nginx-1.7.0:* )
|| (
- dev-lang/php:8.0[apache2?,cli,fpm?,gd,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
- dev-lang/php:8.1[apache2?,cli,fpm?,gd,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
+ dev-lang/php:8.1[apache2?,cli,curl,fileinfo,fpm?,gd,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
+ dev-lang/php:8.2[apache2?,cli,curl,fileinfo,fpm?,gd,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
)
- >=dev-libs/icinga-php-library-0.8.1
- >=dev-libs/icinga-php-thirdparty-0.11.0
+ >=dev-libs/icinga-php-library-0.13.0
+ >=dev-libs/icinga-php-thirdparty-0.12.0
acct-group/icingacmd
acct-group/icingaweb2"
RDEPEND="${DEPEND}"