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 6DA6D139937 for ; Wed, 26 Aug 2015 12:33:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A4EEE088B; Wed, 26 Aug 2015 12:33: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 D5D2BE088B for ; Wed, 26 Aug 2015 12:33: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 BA0F5340B46 for ; Wed, 26 Aug 2015 12:33:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 195D015B for ; Wed, 26 Aug 2015 12:33: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: <1440592398.c686686c4fca4a573bec9c77d738acb56a007148.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-15.08.0.ebuild kde-apps/dolphin/dolphin-15.08.49.9999.ebuild 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: c686686c4fca4a573bec9c77d738acb56a007148 X-VCS-Branch: master Date: Wed, 26 Aug 2015 12:33: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: 8176e4af-7ba9-4d4e-91c7-593697fb3848 X-Archives-Hash: bc5d8bb76e23351a9802fbd8c0a25ce3 commit: c686686c4fca4a573bec9c77d738acb56a007148 Author: Michael Palimaka gentoo org> AuthorDate: Wed Aug 26 12:27:59 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Aug 26 12:33:18 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c686686c kde-apps/dolphin: add missing dependency. Package-Manager: portage-2.2.20.1 kde-apps/dolphin/dolphin-15.08.0.ebuild | 3 +++ kde-apps/dolphin/dolphin-15.08.49.9999.ebuild | 3 +++ kde-apps/dolphin/dolphin-9999.ebuild | 3 +++ 3 files changed, 9 insertions(+) diff --git a/kde-apps/dolphin/dolphin-15.08.0.ebuild b/kde-apps/dolphin/dolphin-15.08.0.ebuild index cc2ea4c..6663dba 100644 --- a/kde-apps/dolphin/dolphin-15.08.0.ebuild +++ b/kde-apps/dolphin/dolphin-15.08.0.ebuild @@ -49,6 +49,9 @@ DEPEND=" $(add_frameworks_dep kfilemetadata) $(add_kdeapps_dep baloo-widgets) ) + !semantic-desktop? ( + $(add_frameworks_dep kdelibs4support) + ) " RDEPEND="${DEPEND} $(add_kdeapps_dep kio-extras) diff --git a/kde-apps/dolphin/dolphin-15.08.49.9999.ebuild b/kde-apps/dolphin/dolphin-15.08.49.9999.ebuild index 91c16ba..e978c63 100644 --- a/kde-apps/dolphin/dolphin-15.08.49.9999.ebuild +++ b/kde-apps/dolphin/dolphin-15.08.49.9999.ebuild @@ -49,6 +49,9 @@ DEPEND=" $(add_frameworks_dep kfilemetadata) $(add_kdeapps_dep baloo-widgets) ) + !semantic-desktop? ( + $(add_frameworks_dep kdelibs4support) + ) " RDEPEND="${DEPEND} $(add_kdeapps_dep kio-extras) diff --git a/kde-apps/dolphin/dolphin-9999.ebuild b/kde-apps/dolphin/dolphin-9999.ebuild index 91c16ba..e978c63 100644 --- a/kde-apps/dolphin/dolphin-9999.ebuild +++ b/kde-apps/dolphin/dolphin-9999.ebuild @@ -49,6 +49,9 @@ DEPEND=" $(add_frameworks_dep kfilemetadata) $(add_kdeapps_dep baloo-widgets) ) + !semantic-desktop? ( + $(add_frameworks_dep kdelibs4support) + ) " RDEPEND="${DEPEND} $(add_kdeapps_dep kio-extras)