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 AD31B13832E for ; Thu, 4 Aug 2016 21:14:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0923E0AC3; Thu, 4 Aug 2016 21:14:13 +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 99E7EE0AC3 for ; Thu, 4 Aug 2016 21:14:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C175340B28 for ; Thu, 4 Aug 2016 21:14:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33E0E7D3 for ; Thu, 4 Aug 2016 21:14:10 +0000 (UTC) From: "Maciej Mrozowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Mrozowski" Message-ID: <1470345170.5ec1faf6cd5bfa0e8a25877d4d10462fa2a3d190.reavertm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/dolphin/dolphin-16.07.80.ebuild kde-apps/dolphin/dolphin-16.08.49.9999.ebuild kde-apps/dolphin/dolphin-9999.ebuild X-VCS-Directories: kde-apps/dolphin/ X-VCS-Committer: reavertm X-VCS-Committer-Name: Maciej Mrozowski X-VCS-Revision: 5ec1faf6cd5bfa0e8a25877d4d10462fa2a3d190 X-VCS-Branch: master Date: Thu, 4 Aug 2016 21:14:10 +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: 7e491c70-cd85-4309-b336-5bee9bfac535 X-Archives-Hash: 51ad2e15db13544cf4e7e72f3ee2df55 commit: 5ec1faf6cd5bfa0e8a25877d4d10462fa2a3d190 Author: Maciej Mrozowski gentoo org> AuthorDate: Thu Aug 4 21:12:50 2016 +0000 Commit: Maciej Mrozowski gentoo org> CommitDate: Thu Aug 4 21:12:50 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5ec1faf6 kde-apps/dolphin: Do not offer media-video/ffmpegthumbnailer as thumbnailer alternative Package-Manager: portage-2.2.28 kde-apps/dolphin/dolphin-16.07.80.ebuild | 2 +- kde-apps/dolphin/dolphin-16.08.49.9999.ebuild | 2 +- kde-apps/dolphin/dolphin-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-apps/dolphin/dolphin-16.07.80.ebuild b/kde-apps/dolphin/dolphin-16.07.80.ebuild index 589494e..7129cf2 100644 --- a/kde-apps/dolphin/dolphin-16.07.80.ebuild +++ b/kde-apps/dolphin/dolphin-16.07.80.ebuild @@ -57,7 +57,7 @@ DEPEND=" RDEPEND="${DEPEND} $(add_kdeapps_dep kio-extras) thumbnail? ( - || ( $(add_kdeapps_dep ffmpegthumbs) media-video/ffmpegthumbnailer ) + $(add_kdeapps_dep ffmpegthumbs) $(add_kdeapps_dep thumbnailers) ) " diff --git a/kde-apps/dolphin/dolphin-16.08.49.9999.ebuild b/kde-apps/dolphin/dolphin-16.08.49.9999.ebuild index 663b3a1..24d9cc2 100644 --- a/kde-apps/dolphin/dolphin-16.08.49.9999.ebuild +++ b/kde-apps/dolphin/dolphin-16.08.49.9999.ebuild @@ -57,7 +57,7 @@ DEPEND=" RDEPEND="${DEPEND} $(add_kdeapps_dep kio-extras) thumbnail? ( - || ( $(add_kdeapps_dep ffmpegthumbs) media-video/ffmpegthumbnailer ) + $(add_kdeapps_dep ffmpegthumbs) $(add_kdeapps_dep thumbnailers) ) " diff --git a/kde-apps/dolphin/dolphin-9999.ebuild b/kde-apps/dolphin/dolphin-9999.ebuild index 663b3a1..24d9cc2 100644 --- a/kde-apps/dolphin/dolphin-9999.ebuild +++ b/kde-apps/dolphin/dolphin-9999.ebuild @@ -57,7 +57,7 @@ DEPEND=" RDEPEND="${DEPEND} $(add_kdeapps_dep kio-extras) thumbnail? ( - || ( $(add_kdeapps_dep ffmpegthumbs) media-video/ffmpegthumbnailer ) + $(add_kdeapps_dep ffmpegthumbs) $(add_kdeapps_dep thumbnailers) ) "