From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 757481382C5 for ; Thu, 4 Jan 2018 10:36:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95782E07EE; Thu, 4 Jan 2018 10:36:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 760A9E085E for ; Thu, 4 Jan 2018 10:36:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78172335C30 for ; Thu, 4 Jan 2018 10:36:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1E551A2 for ; Thu, 4 Jan 2018 10:36:48 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1515062201.132f17e9dec64b0cc47d383ff7c7c96b34fa1a6d.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/nextcloud/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/nextcloud/nextcloud-11.0.6.ebuild www-apps/nextcloud/nextcloud-12.0.4.ebuild X-VCS-Directories: www-apps/nextcloud/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 132f17e9dec64b0cc47d383ff7c7c96b34fa1a6d X-VCS-Branch: master Date: Thu, 4 Jan 2018 10:36:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b64c8f7c-334f-41aa-91d4-20ee21bbd873 X-Archives-Hash: 1c48c3029865991393d63511e4675321 commit: 132f17e9dec64b0cc47d383ff7c7c96b34fa1a6d Author: Bernard Cafarelli gentoo org> AuthorDate: Thu Jan 4 10:35:10 2018 +0000 Commit: Bernard Cafarelli gentoo 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="