summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Mrozowski <reavertm@gentoo.org>2014-05-12 01:54:06 +0000
committerMaciej Mrozowski <reavertm@gentoo.org>2014-05-12 01:54:06 +0000
commitc1c5c46c0406466810ca6268bf0e815f4c860af4 (patch)
tree5499d8619df74a622e6ad589a5f98145d8a4ebbc /kde-base
parentThumbnailers require kdebase-kioslaves, bug 509634 (diff)
downloadgentoo-2-c1c5c46c0406466810ca6268bf0e815f4c860af4.tar.gz
gentoo-2-c1c5c46c0406466810ca6268bf0e815f4c860af4.tar.bz2
gentoo-2-c1c5c46c0406466810ca6268bf0e815f4c860af4.zip
Thumbnailers require kdebase-kioslaves, bug 509634
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B1E955DB)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/ffmpegthumbs/ChangeLog6
-rw-r--r--kde-base/ffmpegthumbs/ffmpegthumbs-4.12.5.ebuild6
-rw-r--r--kde-base/ffmpegthumbs/ffmpegthumbs-4.13.0.ebuild6
3 files changed, 13 insertions, 5 deletions
diff --git a/kde-base/ffmpegthumbs/ChangeLog b/kde-base/ffmpegthumbs/ChangeLog
index 4a1537b31c85..98639512ad31 100644
--- a/kde-base/ffmpegthumbs/ChangeLog
+++ b/kde-base/ffmpegthumbs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/ffmpegthumbs
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ChangeLog,v 1.159 2014/05/08 10:31:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ChangeLog,v 1.160 2014/05/12 01:54:06 reavertm Exp $
+
+ 12 May 2014; Maciej Mrozowski <reavertm@gentoo.org>
+ ffmpegthumbs-4.12.5.ebuild, ffmpegthumbs-4.13.0.ebuild:
+ Thumbnailers require kdebase-kioslaves, bug 509634
08 May 2014; Agostino Sarubbo <ago@gentoo.org> -ffmpegthumbs-4.11.5.ebuild:
Remove old
diff --git a/kde-base/ffmpegthumbs/ffmpegthumbs-4.12.5.ebuild b/kde-base/ffmpegthumbs/ffmpegthumbs-4.12.5.ebuild
index 3edaa20dea75..526caccf6073 100644
--- a/kde-base/ffmpegthumbs/ffmpegthumbs-4.12.5.ebuild
+++ b/kde-base/ffmpegthumbs/ffmpegthumbs-4.12.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ffmpegthumbs-4.12.5.ebuild,v 1.5 2014/05/08 07:32:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ffmpegthumbs-4.12.5.ebuild,v 1.6 2014/05/12 01:54:06 reavertm Exp $
EAPI=5
@@ -13,4 +13,6 @@ IUSE="debug"
DEPEND="
virtual/ffmpeg
"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ $(add_kdebase_dep kdebase-kioslaves)
+"
diff --git a/kde-base/ffmpegthumbs/ffmpegthumbs-4.13.0.ebuild b/kde-base/ffmpegthumbs/ffmpegthumbs-4.13.0.ebuild
index 5b165f59eb15..128dd9e21f76 100644
--- a/kde-base/ffmpegthumbs/ffmpegthumbs-4.13.0.ebuild
+++ b/kde-base/ffmpegthumbs/ffmpegthumbs-4.13.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ffmpegthumbs-4.13.0.ebuild,v 1.2 2014/04/17 00:43:02 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ffmpegthumbs-4.13.0.ebuild,v 1.3 2014/05/12 01:54:06 reavertm Exp $
EAPI=5
@@ -13,4 +13,6 @@ IUSE="debug"
DEPEND="
virtual/ffmpeg
"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ $(add_kdebase_dep kdebase-kioslaves)
+"