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 4A8651395E1 for ; Fri, 31 Jul 2015 22:08:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33B8A1401B; Fri, 31 Jul 2015 22:08:51 +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 D2A4C1401B for ; Fri, 31 Jul 2015 22:08:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17E0A340B50 for ; Fri, 31 Jul 2015 22:08:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A7B9113 for ; Fri, 31 Jul 2015 22:08:45 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1438380513.aa7841f60153919a9305c4f103ba50015fd5551a.alexxy@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.07.80.ebuild kde-apps/dolphin/dolphin-15.08.49.9999.ebuild X-VCS-Directories: kde-apps/dolphin/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: aa7841f60153919a9305c4f103ba50015fd5551a X-VCS-Branch: master Date: Fri, 31 Jul 2015 22:08:45 +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: 8e816391-1615-4a1c-acf9-69344d15fb34 X-Archives-Hash: 73b877b93973058d128de7acca799007 commit: aa7841f60153919a9305c4f103ba50015fd5551a Author: Alexey Shvetsov gentoo org> AuthorDate: Fri Jul 31 22:08:33 2015 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Fri Jul 31 22:08:33 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=aa7841f6 [kde-apps/dolphin] Fix deps Package-Manager: portage-2.2.20 kde-apps/dolphin/dolphin-15.07.80.ebuild | 4 ++-- kde-apps/dolphin/dolphin-15.08.49.9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kde-apps/dolphin/dolphin-15.07.80.ebuild b/kde-apps/dolphin/dolphin-15.07.80.ebuild index 3fa0d9c..8a6e3b6 100644 --- a/kde-apps/dolphin/dolphin-15.07.80.ebuild +++ b/kde-apps/dolphin/dolphin-15.07.80.ebuild @@ -53,8 +53,8 @@ DEPEND=" RDEPEND="${DEPEND} $(add_kdeapps_dep kio-extras) thumbnail? ( - $(add_kdeapps_dep ffmpegthumbs '' 5.9999) - $(add_kdeapps_dep thumbnailers '' 5.9999) + $(add_kdeapps_dep ffmpegthumbs) + $(add_kdeapps_dep thumbnailers) ) " diff --git a/kde-apps/dolphin/dolphin-15.08.49.9999.ebuild b/kde-apps/dolphin/dolphin-15.08.49.9999.ebuild index 5d044ac..b4230bd 100644 --- a/kde-apps/dolphin/dolphin-15.08.49.9999.ebuild +++ b/kde-apps/dolphin/dolphin-15.08.49.9999.ebuild @@ -53,8 +53,8 @@ DEPEND=" RDEPEND="${DEPEND} $(add_kdeapps_dep kio-extras) thumbnail? ( - $(add_kdeapps_dep ffmpegthumbs '' 5.9999) - $(add_kdeapps_dep thumbnailers '' 5.9999) + $(add_kdeapps_dep ffmpegthumbs) + $(add_kdeapps_dep thumbnailers) ) "