Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/marble/
Date: Thu, 18 Oct 2018 21:28:28
Message-Id: 1539898090.79c76ba8c69660a1d4a5e8368288197c483fd5d5.asturm@gentoo
1 commit: 79c76ba8c69660a1d4a5e8368288197c483fd5d5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 18 21:28:10 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 18 21:28:10 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=79c76ba8
7
8 kde-apps/marble: Fix USE webengine
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 kde-apps/marble/marble-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/kde-apps/marble/marble-9999.ebuild b/kde-apps/marble/marble-9999.ebuild
17 index 8f136a3b97..fc026ba2b9 100644
18 --- a/kde-apps/marble/marble-9999.ebuild
19 +++ b/kde-apps/marble/marble-9999.ebuild
20 @@ -46,7 +46,7 @@ RDEPEND="
21 )
22 phonon? ( media-libs/phonon[qt5(+)] )
23 shapefile? ( sci-libs/shapelib:= )
24 - webengine? ( $(add_qt_dep qtwebkit) )
25 + webengine? ( $(add_qt_dep qtwebengine 'widgets') )
26 "
27 DEPEND="${RDEPEND}
28 aprs? ( dev-lang/perl )