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 D166A1382C5 for ; Mon, 15 Jun 2020 10:35:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A3CBE0875; Mon, 15 Jun 2020 10:35:09 +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 CDBE5E0875 for ; Mon, 15 Jun 2020 10:35:08 +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 AABB034EA38 for ; Mon, 15 Jun 2020 10:35:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B55027F for ; Mon, 15 Jun 2020 10:35:06 +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: <1592216500.72cf3344abe37feb6bbc473864a069e7f79036f9.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/marble/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/marble/marble-20.04.49.9999.ebuild kde-apps/marble/marble-9999.ebuild X-VCS-Directories: kde-apps/marble/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 72cf3344abe37feb6bbc473864a069e7f79036f9 X-VCS-Branch: master Date: Mon, 15 Jun 2020 10:35:06 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 439bdc69-33bc-413b-b43f-7b45c35af675 X-Archives-Hash: d4d769cacdb9e80b7eadc20d9625f472 commit: 72cf3344abe37feb6bbc473864a069e7f79036f9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 15 10:10:58 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 15 10:21:40 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=72cf3344 kde-apps/marble: Add missing DEPEND Filed upstream: https://invent.kde.org/education/marble/-/merge_requests/1 Reported-by: Jérôme Borme laposte.net> Closes: https://bugs.gentoo.org/728234 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/marble/marble-20.04.49.9999.ebuild | 5 ++++- kde-apps/marble/marble-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/kde-apps/marble/marble-20.04.49.9999.ebuild b/kde-apps/marble/marble-20.04.49.9999.ebuild index ced12b1069..c3694610d2 100644 --- a/kde-apps/marble/marble-20.04.49.9999.ebuild +++ b/kde-apps/marble/marble-20.04.49.9999.ebuild @@ -54,7 +54,10 @@ DEPEND=" ) phonon? ( media-libs/phonon[qt5(+)] ) shapefile? ( sci-libs/shapelib:= ) - webengine? ( >=dev-qt/qtwebengine-${QTMIN}:5[widgets] ) + webengine? ( + >=dev-qt/qtwebchannel-${QTMIN}:5 + >=dev-qt/qtwebengine-${QTMIN}:5[widgets] + ) " RDEPEND="${DEPEND}" diff --git a/kde-apps/marble/marble-9999.ebuild b/kde-apps/marble/marble-9999.ebuild index ced12b1069..c3694610d2 100644 --- a/kde-apps/marble/marble-9999.ebuild +++ b/kde-apps/marble/marble-9999.ebuild @@ -54,7 +54,10 @@ DEPEND=" ) phonon? ( media-libs/phonon[qt5(+)] ) shapefile? ( sci-libs/shapelib:= ) - webengine? ( >=dev-qt/qtwebengine-${QTMIN}:5[widgets] ) + webengine? ( + >=dev-qt/qtwebchannel-${QTMIN}:5 + >=dev-qt/qtwebengine-${QTMIN}:5[widgets] + ) " RDEPEND="${DEPEND}"