commit: 4194a122e3ff6459b4aeb95efad831380e893ae1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 11:48:13 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 11:58:48 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=4194a122
kde-apps/ffmpegthumbs: Drop IUSE=libav
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/ffmpegthumbs/ffmpegthumbs-4.14.3.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/kde-apps/ffmpegthumbs/ffmpegthumbs-4.14.3.ebuild
b/kde-apps/ffmpegthumbs/ffmpegthumbs-4.14.3.ebuild
index d271f60d..2f129a7a 100644
--- a/kde-apps/ffmpegthumbs/ffmpegthumbs-4.14.3.ebuild
+++ b/kde-apps/ffmpegthumbs/ffmpegthumbs-4.14.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -7,11 +7,10 @@ inherit kde4-base
DESCRIPTION="A FFmpeg based thumbnail Generator for Video Files"
KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug libav"
+IUSE="debug"
DEPEND="
- libav? ( media-video/libav:0= )
- !libav? ( media-video/ffmpeg:0= )
+ media-video/ffmpeg:0=
"
RDEPEND="${DEPEND}
$(add_kdeapps_dep kdebase-kioslaves)