diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-08-10 19:29:58 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-08-10 19:30:08 -0500 |
commit | 9c0b0ef34f467fcf5bf88e05439cf1c360c351d9 (patch) | |
tree | 65dac89053ac887b8cff31657f2d699a187bfb20 /www-apps/icingaweb2 | |
parent | dev-libs/icinga-php-thirdparty: 0.11.0 stable amd64/x86 (diff) | |
download | gentoo-9c0b0ef34f467fcf5bf88e05439cf1c360c351d9.tar.gz gentoo-9c0b0ef34f467fcf5bf88e05439cf1c360c351d9.tar.bz2 gentoo-9c0b0ef34f467fcf5bf88e05439cf1c360c351d9.zip |
www-apps/icingaweb2: fix deps on icinga libs
Closes: https://bugs.gentoo.org/864403
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'www-apps/icingaweb2')
-rw-r--r-- | www-apps/icingaweb2/icingaweb2-2.11.0.ebuild | 4 | ||||
-rw-r--r-- | www-apps/icingaweb2/icingaweb2-2.11.1.ebuild | 4 | ||||
-rw-r--r-- | www-apps/icingaweb2/icingaweb2-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/www-apps/icingaweb2/icingaweb2-2.11.0.ebuild b/www-apps/icingaweb2/icingaweb2-2.11.0.ebuild index 859522be43f0..427ea0f05350 100644 --- a/www-apps/icingaweb2/icingaweb2-2.11.0.ebuild +++ b/www-apps/icingaweb2/icingaweb2-2.11.0.ebuild @@ -33,8 +33,8 @@ DEPEND=">=net-analyzer/icinga2-2.1.1 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-libs/icinga-php-library - dev-libs/icinga-php-thirdparty + >=dev-libs/icinga-php-library-0.8.1 + >=dev-libs/icinga-php-thirdparty-0.11.0 acct-group/icingacmd acct-group/icingaweb2" RDEPEND="${DEPEND}" diff --git a/www-apps/icingaweb2/icingaweb2-2.11.1.ebuild b/www-apps/icingaweb2/icingaweb2-2.11.1.ebuild index 859522be43f0..427ea0f05350 100644 --- a/www-apps/icingaweb2/icingaweb2-2.11.1.ebuild +++ b/www-apps/icingaweb2/icingaweb2-2.11.1.ebuild @@ -33,8 +33,8 @@ DEPEND=">=net-analyzer/icinga2-2.1.1 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-libs/icinga-php-library - dev-libs/icinga-php-thirdparty + >=dev-libs/icinga-php-library-0.8.1 + >=dev-libs/icinga-php-thirdparty-0.11.0 acct-group/icingacmd acct-group/icingaweb2" RDEPEND="${DEPEND}" diff --git a/www-apps/icingaweb2/icingaweb2-9999.ebuild b/www-apps/icingaweb2/icingaweb2-9999.ebuild index 078757090855..60f9756ef763 100644 --- a/www-apps/icingaweb2/icingaweb2-9999.ebuild +++ b/www-apps/icingaweb2/icingaweb2-9999.ebuild @@ -33,8 +33,8 @@ DEPEND=">=net-analyzer/icinga2-2.1.1 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-libs/icinga-php-library - dev-libs/icinga-php-thirdparty + >=dev-libs/icinga-php-library-0.8.1 + >=dev-libs/icinga-php-thirdparty-0.11.0 acct-group/icingacmd acct-group/icingaweb2" RDEPEND="${DEPEND}" |