diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2016-08-04 23:08:23 +0200 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2016-08-04 23:09:47 +0200 |
commit | f7315e9c50aa3078fdb609641da0759cb1fd3e42 (patch) | |
tree | 3b7b616d21b0e7bccd42cf39cc81f0f72c565f7b /kde-apps | |
parent | dev-lang/php: new revision of the 5.6 series updated to EAPI=6. (diff) | |
download | gentoo-f7315e9c50aa3078fdb609641da0759cb1fd3e42.tar.gz gentoo-f7315e9c50aa3078fdb609641da0759cb1fd3e42.tar.bz2 gentoo-f7315e9c50aa3078fdb609641da0759cb1fd3e42.zip |
kde-apps/dolphin: Do not offer media-video/ffmpegthumbnailer as thumbnailer alternative.
Package-Manager: portage-2.2.28
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/dolphin/dolphin-15.12.3-r1.ebuild | 2 | ||||
-rw-r--r-- | 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 95d65c07b99d..205b50907ca3 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 589494ec509e..7129cf26e6c6 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) ) " |