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-plasma/plasma-nm/
Date: Sun, 31 Dec 2017 18:01:28
Message-Id: 1514739882.103cb8c93891314590e0793cef0bb0e754c3467d.asturm@gentoo
1 commit: 103cb8c93891314590e0793cef0bb0e754c3467d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 31 17:04:42 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 31 17:04:42 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=103cb8c9
7
8 kde-plasma/plasma-nm: Relax kde-frameworks/networkmanager-qt DEPEND
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 kde-plasma/plasma-nm/plasma-nm-5.11.49.9999.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/kde-plasma/plasma-nm/plasma-nm-5.11.49.9999.ebuild b/kde-plasma/plasma-nm/plasma-nm-5.11.49.9999.ebuild
16 index d6d9be0027..f11808e1e0 100644
17 --- a/kde-plasma/plasma-nm/plasma-nm-5.11.49.9999.ebuild
18 +++ b/kde-plasma/plasma-nm/plasma-nm-5.11.49.9999.ebuild
19 @@ -10,8 +10,6 @@ LICENSE="GPL-2 LGPL-2.1"
20 KEYWORDS=""
21 IUSE="modemmanager openconnect teamd"
22
23 -PATCHES=( "${FILESDIR}"/${PN}-add_EAP-PWD.patch )
24 -
25 DEPEND="
26 $(add_frameworks_dep kcompletion)
27 $(add_frameworks_dep kconfig)
28 @@ -30,7 +28,7 @@ DEPEND="
29 $(add_frameworks_dep kwidgetsaddons)
30 $(add_frameworks_dep kwindowsystem)
31 $(add_frameworks_dep kxmlgui)
32 - $(add_frameworks_dep networkmanager-qt 'teamd=' '5.41.0-r1')
33 + $(add_frameworks_dep networkmanager-qt 'teamd=' '5.40.0-r1')
34 $(add_frameworks_dep plasma)
35 $(add_frameworks_dep solid)
36 $(add_qt_dep qtdbus)
37 @@ -56,6 +54,8 @@ RDEPEND="${DEPEND}
38 !kde-plasma/plasma-nm:4
39 "
40
41 +PATCHES=( "${FILESDIR}"/${PN}-add_EAP-PWD.patch )
42 +
43 src_configure() {
44 local mycmakeargs=(
45 $(cmake-utils_use_find_package modemmanager ModemManager)