From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B9F111389E2 for ; Fri, 26 Dec 2014 11:11:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C8A3E0AC0; Fri, 26 Dec 2014 11:11:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3F83E0AC0 for ; Fri, 26 Dec 2014 11:11:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33D663405E8 for ; Fri, 26 Dec 2014 11:11:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D51B8D674 for ; Fri, 26 Dec 2014 11:11:15 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1419592278.2f98fe434c292455ccfd3bcd113cb188e72fa815.kensington@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-9999.ebuild X-VCS-Directories: kde-plasma/plasma-nm/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 2f98fe434c292455ccfd3bcd113cb188e72fa815 X-VCS-Branch: master Date: Fri, 26 Dec 2014 11:11:15 +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: 01d74802-3731-4ed9-81c8-d5affcdc80f3 X-Archives-Hash: ef8f91d36be3eba2b1ac311385547187 commit: 2f98fe434c292455ccfd3bcd113cb188e72fa815 Author: Michael Palimaka gentoo org> AuthorDate: Fri Dec 26 11:11:18 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Dec 26 11:11:18 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2f98fe43 [kde-plasma/plasma-nm] libnm-qt moved from kde-plasma to kde-frameworks. Package-Manager: portage-2.2.15 --- kde-plasma/plasma-nm/plasma-nm-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/plasma-nm/plasma-nm-9999.ebuild b/kde-plasma/plasma-nm/plasma-nm-9999.ebuild index c554690..db571f0 100644 --- a/kde-plasma/plasma-nm/plasma-nm-9999.ebuild +++ b/kde-plasma/plasma-nm/plasma-nm-9999.ebuild @@ -12,7 +12,6 @@ KEYWORDS="" IUSE="modemmanager openconnect teamd" DEPEND=" - $(add_kdeplasma_dep libnm-qt 'teamd=') $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) @@ -30,6 +29,7 @@ DEPEND=" $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kwindowsystem) $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep libnm-qt 'teamd=') $(add_frameworks_dep plasma) $(add_frameworks_dep solid) dev-qt/qtdbus:5