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 CFEB1138335 for ; Thu, 27 Sep 2018 13:14:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98AAFE08FF; Thu, 27 Sep 2018 13:14:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7358DE0885 for ; Thu, 27 Sep 2018 13:14:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2111E335CDD for ; Thu, 27 Sep 2018 13:14:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F322C3E4 for ; Thu, 27 Sep 2018 13:14:49 +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: <1538054048.818cfe054ba29c27e155fcd75fbdd130c16a2668.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/nextcloud-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/nextcloud-client/nextcloud-client-2.5.0_beta2.ebuild X-VCS-Directories: net-misc/nextcloud-client/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 818cfe054ba29c27e155fcd75fbdd130c16a2668 X-VCS-Branch: master Date: Thu, 27 Sep 2018 13:14:49 +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: fa42ad03-d165-46cc-a8f8-7d1269d53b23 X-Archives-Hash: ed7d88f9298808ce24c632b16e0518e0 commit: 818cfe054ba29c27e155fcd75fbdd130c16a2668 Author: Bernard Cafarelli gentoo org> AuthorDate: Thu Sep 27 13:09:21 2018 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Thu Sep 27 13:14:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=818cfe05 net-misc/nextcloud-client: depend on dev-qt/qtwebengine:5[widgets] Closes: https://bugs.gentoo.org/665350 Package-Manager: Portage-2.3.50, Repoman-2.3.11 net-misc/nextcloud-client/nextcloud-client-2.5.0_beta2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-misc/nextcloud-client/nextcloud-client-2.5.0_beta2.ebuild b/net-misc/nextcloud-client/nextcloud-client-2.5.0_beta2.ebuild index d5fc16019e4..29daa11a9db 100644 --- a/net-misc/nextcloud-client/nextcloud-client-2.5.0_beta2.ebuild +++ b/net-misc/nextcloud-client/nextcloud-client-2.5.0_beta2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,6 +23,7 @@ COMMON_DEPEND=">=dev-db/sqlite-3.4:3 dev-qt/qtgui:5 dev-qt/qtnetwork:5[ssl] dev-qt/qtsql:5 + dev-qt/qtwebengine:5[widgets] dev-qt/qtwidgets:5 dev-qt/qtxml:5 sys-fs/inotify-tools