commit: 90608588b66164292a2385f3dff10cc92bff3eed
Author: Lorenzo Porta <vindex17 <AT> outlook <DOT> it>
AuthorDate: Thu Dec 10 09:44:05 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Dec 10 09:44:05 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=90608588
kde-apps/dolphin: fix optional dependencies
kde-apps/dolphin/dolphin-15.11.90.ebuild | 4 ++--
kde-apps/dolphin/dolphin-15.12.49.9999.ebuild | 4 ++--
kde-apps/dolphin/dolphin-9999.ebuild | 4 ++--
kde-apps/dolphin/metadata.xml | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/kde-apps/dolphin/dolphin-15.11.90.ebuild
b/kde-apps/dolphin/dolphin-15.11.90.ebuild
index 14093f1..a3482e6 100644
--- a/kde-apps/dolphin/dolphin-15.11.90.ebuild
+++ b/kde-apps/dolphin/dolphin-15.11.90.ebuild
@@ -58,8 +58,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.12.49.9999.ebuild
b/kde-apps/dolphin/dolphin-15.12.49.9999.ebuild
index e8b9983..f6cc2b0 100644
--- a/kde-apps/dolphin/dolphin-15.12.49.9999.ebuild
+++ b/kde-apps/dolphin/dolphin-15.12.49.9999.ebuild
@@ -58,8 +58,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-9999.ebuild
b/kde-apps/dolphin/dolphin-9999.ebuild
index e8b9983..f6cc2b0 100644
--- a/kde-apps/dolphin/dolphin-9999.ebuild
+++ b/kde-apps/dolphin/dolphin-9999.ebuild
@@ -58,8 +58,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/metadata.xml b/kde-apps/dolphin/metadata.xml
index 7cf8c72..340550e 100644
--- a/kde-apps/dolphin/metadata.xml
+++ b/kde-apps/dolphin/metadata.xml
@@ -2,7 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<use>
- <flag name="thumbnail">Enables video thumbnail generation</flag>
+ <flag name="thumbnail">Enables thumbnail generation</flag>
</use>
<herd>kde</herd>
</pkgmetadata>