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 B16EF139694 for ; Tue, 11 Apr 2017 18:31:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B512DE0DC7; Tue, 11 Apr 2017 18:31:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F944E0DC7 for ; Tue, 11 Apr 2017 18:31:55 +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 1637B335DEF for ; Tue, 11 Apr 2017 18:31:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28FC6742B for ; Tue, 11 Apr 2017 18:31:52 +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: <1491935495.f41a674c07474fedae2db2c4a937459adb67f7e3.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/krusader/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/krusader/krusader-9999.ebuild X-VCS-Directories: kde-misc/krusader/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f41a674c07474fedae2db2c4a937459adb67f7e3 X-VCS-Branch: master Date: Tue, 11 Apr 2017 18:31:52 +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: 36fc7ed9-1764-4a64-8bd3-7a08b84c97d8 X-Archives-Hash: 1e04ee3e2fad6166a83a22b14f3b4c29 commit: f41a674c07474fedae2db2c4a937459adb67f7e3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Apr 11 18:31:35 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Apr 11 18:31:35 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f41a674c kde-misc/krusader: Fix DEPENDs Upstream commit 2c5d47aed7c76679b5085a1fa8906d025524ceb8 Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-misc/krusader/krusader-9999.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/kde-misc/krusader/krusader-9999.ebuild b/kde-misc/krusader/krusader-9999.ebuild index f3ff4d2c6a..cf492f032a 100644 --- a/kde-misc/krusader/krusader-9999.ebuild +++ b/kde-misc/krusader/krusader-9999.ebuild @@ -14,7 +14,7 @@ LICENSE="GPL-2+" KEYWORDS="" IUSE="" -DEPEND=" +COMMON_DEPEND=" $(add_frameworks_dep karchive) $(add_frameworks_dep kbookmarks) $(add_frameworks_dep kcodecs) @@ -28,7 +28,6 @@ DEPEND=" $(add_frameworks_dep kio) $(add_frameworks_dep kitemviews) $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep knotifications) $(add_frameworks_dep kparts) $(add_frameworks_dep kservice) $(add_frameworks_dep ktextwidgets) @@ -45,7 +44,11 @@ DEPEND=" sys-apps/acl sys-libs/zlib " -RDEPEND="${DEPEND} +DEPEND="${COMMON_DEPEND} + $(add_frameworks_dep knotifications) + $(add_qt_dep qtconcurrent) +" +RDEPEND="${COMMON_DEPEND} $(add_kdeapps_dep kio-extras) !kde-misc/krusader:4 "