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 36C1D138CCF for ; Sat, 23 May 2015 16:29:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67218E0AA1; Sat, 23 May 2015 16:29:36 +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 DA7C8E0AA1 for ; Sat, 23 May 2015 16:29:35 +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 DE3D8340DE2 for ; Sat, 23 May 2015 16:29:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B5E79E8 for ; Sat, 23 May 2015 16:29:33 +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: <1432398560.9611a5c6e2146f3aa972be232cd0d7cc1e9ca644.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/dolphin/dolphin-9999.ebuild X-VCS-Directories: kde-apps/dolphin/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 9611a5c6e2146f3aa972be232cd0d7cc1e9ca644 X-VCS-Branch: master Date: Sat, 23 May 2015 16:29:33 +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: a05af035-0862-458e-b705-6bb7a0c551ef X-Archives-Hash: eeff67ce4cc1fd94db9daa6967beeba1 commit: 9611a5c6e2146f3aa972be232cd0d7cc1e9ca644 Author: Karol Herbst karolherbst de> AuthorDate: Mon May 18 13:24:22 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat May 23 16:29:20 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9611a5c6 [kde-apps/dolphin] add libkonq in RDEPEND libkonq is needed for essential functionality like creating a new folder, so dolphin should depend on it kde-apps/dolphin/dolphin-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/dolphin/dolphin-9999.ebuild b/kde-apps/dolphin/dolphin-9999.ebuild index 719188b..6890e1e 100644 --- a/kde-apps/dolphin/dolphin-9999.ebuild +++ b/kde-apps/dolphin/dolphin-9999.ebuild @@ -52,6 +52,7 @@ DEPEND=" " RDEPEND="${DEPEND} $(add_plasma_dep kio-extras) + $(add_kdeapps_dep libkonq '' 5.9999) " RESTRICT="test"