summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2016-03-08 22:32:17 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2016-03-08 22:32:17 -0600
commit7f289c5e8ba910a1a7916bb8742b358291ea7342 (patch)
treee6e06e87176eb866044fc4c4967e8fc630d55e93 /www-apps
parentmedia-libs/plib: Stable for HPPA (bug #395553). (diff)
downloadgentoo-7f289c5e8ba910a1a7916bb8742b358291ea7342.tar.gz
gentoo-7f289c5e8ba910a1a7916bb8742b358291ea7342.tar.bz2
gentoo-7f289c5e8ba910a1a7916bb8742b358291ea7342.zip
www-apps/icingaweb2: enable php-7.0 support
Package-Manager: portage-2.2.26
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/icingaweb2/icingaweb2-2.2.0.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/www-apps/icingaweb2/icingaweb2-2.2.0.ebuild b/www-apps/icingaweb2/icingaweb2-2.2.0.ebuild
index 18d50f371f03..ba1de7ff9346 100644
--- a/www-apps/icingaweb2/icingaweb2-2.2.0.ebuild
+++ b/www-apps/icingaweb2/icingaweb2-2.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -15,7 +15,10 @@ IUSE="apache2 ldap mysql nginx postgres"
KEYWORDS="~amd64 ~x86"
DEPEND=">=net-analyzer/icinga2-2.1.1
- dev-lang/php:5.6[apache2?,cli,gd,json,intl,ldap?,mysql?,pdo,postgres?,sockets,ssl,xslt,xml]
+ || (
+ dev-lang/php:5.6[apache2?,cli,gd,json,intl,ldap?,mysql?,pdo,postgres?,sockets,ssl,xslt,xml]
+ dev-lang/php:7.0[apache2?,cli,gd,json,intl,ldap?,mysql?,pdo,postgres?,sockets,ssl,xslt,xml]
+ )
dev-php/pecl-imagick
apache2? ( >=www-servers/apache-2.4.0 )
nginx? ( >=www-servers/nginx-1.7.0:* )"