Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-base/plasma-workspace/, kde-base/ksysguard/, kde-base/kdeplasma-addons/
Date: Wed, 27 Jul 2016 15:55:58
Message-Id: 1469634939.c5b58e02e1a65d6a724ce58f89a2f86d77405d3a.kensington@gentoo
1 commit: c5b58e02e1a65d6a724ce58f89a2f86d77405d3a
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Sat Jul 23 20:36:31 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 27 15:55:39 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5b58e02
7
8 kde-base: Add WEBKIT_REQUIRED=always based on libQtWebKit.so.4 in NEEDED
9
10 Package-Manager: portage-2.2.28
11
12 kde-base/kdeplasma-addons/kdeplasma-addons-4.14.3-r1.ebuild | 1 +
13 kde-base/ksysguard/ksysguard-4.11.22.ebuild | 3 ++-
14 kde-base/plasma-workspace/plasma-workspace-4.11.22.ebuild | 3 ++-
15 3 files changed, 5 insertions(+), 2 deletions(-)
16
17 diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.14.3-r1.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.14.3-r1.ebuild
18 index 1e7f219..3381ab5 100644
19 --- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.14.3-r1.ebuild
20 +++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.14.3-r1.ebuild
21 @@ -4,6 +4,7 @@
22
23 EAPI=5
24
25 +WEBKIT_REQUIRED="always"
26 inherit flag-o-matic kde4-base
27
28 DESCRIPTION="Extra Plasma applets and engines"
29
30 diff --git a/kde-base/ksysguard/ksysguard-4.11.22.ebuild b/kde-base/ksysguard/ksysguard-4.11.22.ebuild
31 index d4da789..2f66deb 100644
32 --- a/kde-base/ksysguard/ksysguard-4.11.22.ebuild
33 +++ b/kde-base/ksysguard/ksysguard-4.11.22.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2015 Gentoo Foundation
36 +# Copyright 1999-2016 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38 # $Id$
39
40 @@ -8,6 +8,7 @@ KDE_HANDBOOK="optional"
41 KMNAME="kde-workspace"
42 CPPUNIT_REQUIRED="optional"
43 VIRTUALX_REQUIRED="test"
44 +WEBKIT_REQUIRED="always"
45 inherit kde4-meta
46
47 DESCRIPTION="KSysguard is a network enabled task manager and system monitor application"
48
49 diff --git a/kde-base/plasma-workspace/plasma-workspace-4.11.22.ebuild b/kde-base/plasma-workspace/plasma-workspace-4.11.22.ebuild
50 index 008dcbf..900c1c7 100644
51 --- a/kde-base/plasma-workspace/plasma-workspace-4.11.22.ebuild
52 +++ b/kde-base/plasma-workspace/plasma-workspace-4.11.22.ebuild
53 @@ -1,4 +1,4 @@
54 -# Copyright 1999-2015 Gentoo Foundation
55 +# Copyright 1999-2016 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Id$
58
59 @@ -10,6 +10,7 @@ KMNAME="kde-workspace"
60 KMMODULE="plasma"
61 PYTHON_COMPAT=( python2_7 )
62 OPENGL_REQUIRED="always"
63 +WEBKIT_REQUIRED="always"
64 inherit python-single-r1 kde4-meta
65
66 DESCRIPTION="Plasma: KDE desktop framework"