commit: 854e082ce89888b4f96294c02288ecc92a053bd1 Author: Anton Fischl <github <AT> fischl-online <DOT> de> AuthorDate: Wed Apr 2 03:51:35 2025 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Wed Apr 2 04:15:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=854e082c
www-apps/icingaweb2: 9999: update dependencies Signed-off-by: Anton Fischl <github <AT> fischl-online.de> Closes: https://github.com/gentoo/gentoo/pull/41426 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> www-apps/icingaweb2/icingaweb2-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/www-apps/icingaweb2/icingaweb2-9999.ebuild b/www-apps/icingaweb2/icingaweb2-9999.ebuild index 7f5f7240b238..d63632e84068 100644 --- a/www-apps/icingaweb2/icingaweb2-9999.ebuild +++ b/www-apps/icingaweb2/icingaweb2-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ HOMEPAGE="https://icinga.com/" if [[ ${PV} == *9999 ]];then inherit git-r3 EGIT_REPO_URI="https://github.com/Icinga/icingaweb2.git" - EGIT_BRANCH="master" + EGIT_BRANCH="main" else SRC_URI="https://codeload.github.com/Icinga/${PN}/tar.gz/v${PV} -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm64 ~x86" @@ -28,7 +28,6 @@ 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.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-lang/php:8.3[apache2?,cli,curl,fileinfo,fpm?,gd,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml] )
