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 7BB1B13832E for ; Thu, 4 Aug 2016 21:10:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E977CE0AA8; Thu, 4 Aug 2016 21:10:10 +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 8EE1FE0AA8 for ; Thu, 4 Aug 2016 21:10:10 +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 CF015340861 for ; Thu, 4 Aug 2016 21:10:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BD377D3 for ; Thu, 4 Aug 2016 21:10:03 +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: <1470344987.f7315e9c50aa3078fdb609641da0759cb1fd3e42.reavertm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/dolphin/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/dolphin/dolphin-15.12.3-r1.ebuild kde-apps/dolphin/dolphin-16.04.3.ebuild X-VCS-Directories: kde-apps/dolphin/ X-VCS-Committer: reavertm X-VCS-Committer-Name: Maciej Mrozowski X-VCS-Revision: f7315e9c50aa3078fdb609641da0759cb1fd3e42 X-VCS-Branch: master Date: Thu, 4 Aug 2016 21:10:03 +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: 42ac18f4-1399-4ed2-b6f3-693b8ab925ad X-Archives-Hash: 78226374fb49139e157b2d930b7c15a9 commit: f7315e9c50aa3078fdb609641da0759cb1fd3e42 Author: Maciej Mrozowski gentoo org> AuthorDate: Thu Aug 4 21:08:23 2016 +0000 Commit: Maciej Mrozowski gentoo org> CommitDate: Thu Aug 4 21:09:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7315e9c kde-apps/dolphin: Do not offer media-video/ffmpegthumbnailer as thumbnailer alternative. Package-Manager: portage-2.2.28 kde-apps/dolphin/dolphin-15.12.3-r1.ebuild | 2 +- kde-apps/dolphin/dolphin-16.04.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/dolphin/dolphin-15.12.3-r1.ebuild b/kde-apps/dolphin/dolphin-15.12.3-r1.ebuild index 95d65c0..205b509 100644 --- a/kde-apps/dolphin/dolphin-15.12.3-r1.ebuild +++ b/kde-apps/dolphin/dolphin-15.12.3-r1.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.04.3.ebuild b/kde-apps/dolphin/dolphin-16.04.3.ebuild index 589494e..7129cf2 100644 --- a/kde-apps/dolphin/dolphin-16.04.3.ebuild +++ b/kde-apps/dolphin/dolphin-16.04.3.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) ) "