diff options
author | David Seifert <soap@gentoo.org> | 2023-09-15 09:52:25 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-09-15 09:52:25 +0200 |
commit | c69a0af0cf446a84f0f7f4e40f766edb905c0412 (patch) | |
tree | d0ff169e86c6bed1e57b6c8d3fb3108673086848 /www-apps/icingaweb2 | |
parent | dev-lang/php: drop 7.4.33-r4, 7.4.33-r5, 7.4.33-r6 (diff) | |
download | gentoo-c69a0af0cf446a84f0f7f4e40f766edb905c0412.tar.gz gentoo-c69a0af0cf446a84f0f7f4e40f766edb905c0412.tar.bz2 gentoo-c69a0af0cf446a84f0f7f4e40f766edb905c0412.zip |
*/*: remove USE=php_targets_php7-4
Closes: https://github.com/gentoo/gentoo/pull/32762
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'www-apps/icingaweb2')
-rw-r--r-- | www-apps/icingaweb2/icingaweb2-2.11.4-r1.ebuild (renamed from www-apps/icingaweb2/icingaweb2-2.11.4.ebuild) | 2 | ||||
-rw-r--r-- | www-apps/icingaweb2/icingaweb2-9999.ebuild | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/www-apps/icingaweb2/icingaweb2-2.11.4.ebuild b/www-apps/icingaweb2/icingaweb2-2.11.4-r1.ebuild index 947ab19c3d4b..84a84021e342 100644 --- a/www-apps/icingaweb2/icingaweb2-2.11.4.ebuild +++ b/www-apps/icingaweb2/icingaweb2-2.11.4-r1.ebuild @@ -28,8 +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:7.3[apache2?,cli,fpm?,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml] - dev-lang/php:7.4[apache2?,cli,fpm?,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml] 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] ) diff --git a/www-apps/icingaweb2/icingaweb2-9999.ebuild b/www-apps/icingaweb2/icingaweb2-9999.ebuild index 60f9756ef763..9103daa5bbe2 100644 --- a/www-apps/icingaweb2/icingaweb2-9999.ebuild +++ b/www-apps/icingaweb2/icingaweb2-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,8 +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:7.3[apache2?,cli,fpm?,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml] - dev-lang/php:7.4[apache2?,cli,fpm?,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml] 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] ) |