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 2C74C1396D9 for ; Sun, 15 Oct 2017 16:42:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7876A2BC03B; Sun, 15 Oct 2017 16:42:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 5AC712BC03B for ; Sun, 15 Oct 2017 16:42:50 +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 8E73333BE68 for ; Sun, 15 Oct 2017 16:42:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3429731B for ; Sun, 15 Oct 2017 16:42:48 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1508085703.0fd24102d086e4499fcd8645cf4f8bd95b313197.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/parley/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/parley/parley-9999.ebuild X-VCS-Directories: kde-apps/parley/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0fd24102d086e4499fcd8645cf4f8bd95b313197 X-VCS-Branch: master Date: Sun, 15 Oct 2017 16:42: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: 43cdef30-bf8c-4fc7-a442-2e076dbf29dd X-Archives-Hash: f735bff225ba0df608148cd90655fcbc commit: 0fd24102d086e4499fcd8645cf4f8bd95b313197 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 15 16:41:43 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 15 16:41:43 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0fd24102 kde-apps/parley: Add new DEPEND Upstream commit 7e6eb4e75dbdcd79bd2a4a030adb98e9227fe5cc Package-Manager: Portage-2.3.11, Repoman-2.3.3 kde-apps/parley/parley-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/parley/parley-9999.ebuild b/kde-apps/parley/parley-9999.ebuild index e5c5b578ca..e2d585dc46 100644 --- a/kde-apps/parley/parley-9999.ebuild +++ b/kde-apps/parley/parley-9999.ebuild @@ -38,6 +38,7 @@ DEPEND=" $(add_qt_dep qtmultimedia) $(add_qt_dep qtsvg) $(add_qt_dep qtwidgets) + $(add_qt_dep qtwebengine 'widgets') dev-libs/libxml2:2 dev-libs/libxslt "