commit: 103cb8c93891314590e0793cef0bb0e754c3467d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 31 17:04:42 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 31 17:04:42 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=103cb8c9
kde-plasma/plasma-nm: Relax kde-frameworks/networkmanager-qt DEPEND
Package-Manager: Portage-2.3.19, Repoman-2.3.6
kde-plasma/plasma-nm/plasma-nm-5.11.49.9999.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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
index d6d9be0027..f11808e1e0 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.11.49.9999.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.11.49.9999.ebuild
@@ -10,8 +10,6 @@ LICENSE="GPL-2 LGPL-2.1"
KEYWORDS=""
IUSE="modemmanager openconnect teamd"
-PATCHES=( "${FILESDIR}"/${PN}-add_EAP-PWD.patch )
-
DEPEND="
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
@@ -30,7 +28,7 @@ DEPEND="
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep networkmanager-qt 'teamd=' '5.41.0-r1')
+ $(add_frameworks_dep networkmanager-qt 'teamd=' '5.40.0-r1')
$(add_frameworks_dep plasma)
$(add_frameworks_dep solid)
$(add_qt_dep qtdbus)
@@ -56,6 +54,8 @@ RDEPEND="${DEPEND}
!kde-plasma/plasma-nm:4
"
+PATCHES=( "${FILESDIR}"/${PN}-add_EAP-PWD.patch )
+
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package modemmanager ModemManager)