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 E3400138206 for ; Sun, 31 Dec 2017 18:01:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F50AE0823; Sun, 31 Dec 2017 18:01:27 +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 1FB40E0823 for ; Sun, 31 Dec 2017 18:01:27 +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 31D25335C0D for ; Sun, 31 Dec 2017 18:01:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE02E12F for ; Sun, 31 Dec 2017 18:01:24 +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: <1514739882.103cb8c93891314590e0793cef0bb0e754c3467d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-nm/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-nm/plasma-nm-5.11.49.9999.ebuild X-VCS-Directories: kde-plasma/plasma-nm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 103cb8c93891314590e0793cef0bb0e754c3467d X-VCS-Branch: master Date: Sun, 31 Dec 2017 18:01:24 +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-Archives-Salt: a180e235-5a34-4d4e-a960-ff82981d23f8 X-Archives-Hash: 004a294885e0dd575551b3acbddcf258 commit: 103cb8c93891314590e0793cef0bb0e754c3467d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 31 17:04:42 2017 +0000 Commit: Andreas Sturmlechner gentoo 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)