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 6CB671389E2 for ; Sat, 29 Nov 2014 16:23:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 639D7E0854; Sat, 29 Nov 2014 16:23:26 +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 04C23E0858 for ; Sat, 29 Nov 2014 16:23:25 +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 B6136340278 for ; Sat, 29 Nov 2014 16:23:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 381DEB2A7 for ; Sat, 29 Nov 2014 16:23:23 +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: <1417277984.e1c8ccb0ddc6066f16e09a221a065093fed57b58.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-14.11.97.ebuild kde-apps/dolphin/dolphin-5.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: e1c8ccb0ddc6066f16e09a221a065093fed57b58 X-VCS-Branch: master Date: Sat, 29 Nov 2014 16:23:23 +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: a70ec08d-2a84-4ab9-b107-36e404407183 X-Archives-Hash: ffa338263a93198a18581a5f45982a2b commit: e1c8ccb0ddc6066f16e09a221a065093fed57b58 Author: Michael Palimaka gentoo org> AuthorDate: Sat Nov 29 16:19:44 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Nov 29 16:19:44 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e1c8ccb0 [kde-apps] Fix syntax error. --- kde-apps/dolphin/dolphin-14.11.97.ebuild | 2 +- kde-apps/dolphin/dolphin-5.9999.ebuild | 2 +- kde-apps/dolphin/dolphin-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-apps/dolphin/dolphin-14.11.97.ebuild b/kde-apps/dolphin/dolphin-14.11.97.ebuild index d88f28d..5ff375a 100644 --- a/kde-apps/dolphin/dolphin-14.11.97.ebuild +++ b/kde-apps/dolphin/dolphin-14.11.97.ebuild @@ -20,7 +20,7 @@ DEPEND=" x11-libs/libXrender semantic-desktop? ( $(add_kdebase_dep baloo) - $(add_kdebase_dep baloo-widgets)) + $(add_kdebase_dep baloo-widgets) $(add_kdebase_dep kfilemetadata) ) " diff --git a/kde-apps/dolphin/dolphin-5.9999.ebuild b/kde-apps/dolphin/dolphin-5.9999.ebuild index 4905c0d..0e98a85 100644 --- a/kde-apps/dolphin/dolphin-5.9999.ebuild +++ b/kde-apps/dolphin/dolphin-5.9999.ebuild @@ -45,7 +45,7 @@ DEPEND=" media-libs/phonon[qt5] semantic-desktop? ( $(add_kdebase_dep baloo) - $(add_kdebase_dep baloo-widgets)) + $(add_kdebase_dep baloo-widgets) $(add_kdebase_dep kfilemetadata) ) " diff --git a/kde-apps/dolphin/dolphin-9999.ebuild b/kde-apps/dolphin/dolphin-9999.ebuild index d88f28d..5ff375a 100644 --- a/kde-apps/dolphin/dolphin-9999.ebuild +++ b/kde-apps/dolphin/dolphin-9999.ebuild @@ -20,7 +20,7 @@ DEPEND=" x11-libs/libXrender semantic-desktop? ( $(add_kdebase_dep baloo) - $(add_kdebase_dep baloo-widgets)) + $(add_kdebase_dep baloo-widgets) $(add_kdebase_dep kfilemetadata) ) "