summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2018-01-04 11:35:10 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2018-01-04 11:36:41 +0100
commit132f17e9dec64b0cc47d383ff7c7c96b34fa1a6d (patch)
treef7699222b4e8b529313717470d6c8c31dfd4579c /www-apps
parentwww-apps/nextcloud: drop old (diff)
downloadgentoo-132f17e9dec64b0cc47d383ff7c7c96b34fa1a6d.tar.gz
gentoo-132f17e9dec64b0cc47d383ff7c7c96b34fa1a6d.tar.bz2
gentoo-132f17e9dec64b0cc47d383ff7c7c96b34fa1a6d.zip
www-apps/nextcloud: does not work with PHP 7.2
Closes: https://bugs.gentoo.org/642194 Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/nextcloud/nextcloud-11.0.6.ebuild6
-rw-r--r--www-apps/nextcloud/nextcloud-12.0.4.ebuild6
2 files changed, 6 insertions, 6 deletions
diff --git a/www-apps/nextcloud/nextcloud-11.0.6.ebuild b/www-apps/nextcloud/nextcloud-11.0.6.ebuild
index d70e7708a17f..1f7fdde7e654 100644
--- a/www-apps/nextcloud/nextcloud-11.0.6.ebuild
+++ b/www-apps/nextcloud/nextcloud-11.0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -15,8 +15,8 @@ IUSE="+curl mysql postgres +sqlite"
REQUIRED_USE="|| ( mysql postgres sqlite )"
DEPEND=""
-RDEPEND="dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlreader,xmlwriter,zip]
- virtual/httpd-php"
+RDEPEND="<dev-lang/php-7.2[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlreader,xmlwriter,zip]
+ <virtual/httpd-php-7.2"
S=${WORKDIR}/${PN}
diff --git a/www-apps/nextcloud/nextcloud-12.0.4.ebuild b/www-apps/nextcloud/nextcloud-12.0.4.ebuild
index 94a35930f422..3964c46c9365 100644
--- a/www-apps/nextcloud/nextcloud-12.0.4.ebuild
+++ b/www-apps/nextcloud/nextcloud-12.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -15,8 +15,8 @@ IUSE="+curl mysql postgres +sqlite"
REQUIRED_USE="|| ( mysql postgres sqlite )"
DEPEND=""
-RDEPEND="dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlreader,xmlwriter,zip]
- virtual/httpd-php"
+RDEPEND="<dev-lang/php-7.2[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlreader,xmlwriter,zip]
+ <virtual/httpd-php-7.2"
PATCHES=( "${FILESDIR}"/${P}-destroy_modal_when_closed.patch )