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 1F2E113877A for ; Tue, 22 Jul 2014 10:29:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 696E3E0B9C; Tue, 22 Jul 2014 10:29:48 +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 01A92E0B9C for ; Tue, 22 Jul 2014 10:29:47 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DEF5533FFD1 for ; Tue, 22 Jul 2014 10:29:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id BD34B1807D for ; Tue, 22 Jul 2014 10:29:44 +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: <1406024946.6a634c0c726f79c4c819a2a10e47215f39a808b2.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/plasma-nm/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/plasma-nm/plasma-nm-5.0.0.ebuild kde-base/plasma-nm/plasma-nm-9999.ebuild X-VCS-Directories: kde-base/plasma-nm/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 6a634c0c726f79c4c819a2a10e47215f39a808b2 X-VCS-Branch: master Date: Tue, 22 Jul 2014 10:29:44 +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: 1e7e9342-9046-4c6a-816c-af864d3b691c X-Archives-Hash: 3156cce267a3c4eec329cefa96ee1c75 commit: 6a634c0c726f79c4c819a2a10e47215f39a808b2 Author: Michael Palimaka gentoo org> AuthorDate: Tue Jul 22 10:29:06 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Jul 22 10:29:06 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6a634c0c [kde-base/plasma-nm] Add missing dependency. Package-Manager: portage-2.2.10 --- kde-base/plasma-nm/plasma-nm-5.0.0.ebuild | 1 + kde-base/plasma-nm/plasma-nm-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-base/plasma-nm/plasma-nm-5.0.0.ebuild b/kde-base/plasma-nm/plasma-nm-5.0.0.ebuild index 43ebab2..6a90580 100644 --- a/kde-base/plasma-nm/plasma-nm-5.0.0.ebuild +++ b/kde-base/plasma-nm/plasma-nm-5.0.0.ebuild @@ -27,6 +27,7 @@ DEPEND=" $(add_frameworks_dep kwallet) $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) $(add_frameworks_dep plasma) $(add_frameworks_dep solid) dev-qt/qtdbus:5 diff --git a/kde-base/plasma-nm/plasma-nm-9999.ebuild b/kde-base/plasma-nm/plasma-nm-9999.ebuild index f307337..8fbbcdb 100644 --- a/kde-base/plasma-nm/plasma-nm-9999.ebuild +++ b/kde-base/plasma-nm/plasma-nm-9999.ebuild @@ -27,6 +27,7 @@ DEPEND=" $(add_frameworks_dep kwallet) $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) $(add_frameworks_dep plasma) $(add_frameworks_dep solid) dev-qt/qtdbus:5