commit:     132f17e9dec64b0cc47d383ff7c7c96b34fa1a6d
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  4 10:35:10 2018 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Jan  4 10:36:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=132f17e9

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

 www-apps/nextcloud/nextcloud-11.0.6.ebuild | 6 +++---
 www-apps/nextcloud/nextcloud-12.0.4.ebuild | 6 +++---
 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 d70e7708a17..1f7fdde7e65 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 94a35930f42..3964c46c936 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 )
 

Reply via email to