aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-04-25 19:46:54 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-04-25 19:46:54 +0200
commit60d8b54213b9061e4ecb9bd58b5a496f47bb4d52 (patch)
tree2a411313420bbd36c48bb399c844e25be89a18fd /media-video
parentkde-plasma/drkonqi: Add new DEPEND (diff)
downloadkde-60d8b54213b9061e4ecb9bd58b5a496f47bb4d52.tar.gz
kde-60d8b54213b9061e4ecb9bd58b5a496f47bb4d52.tar.bz2
kde-60d8b54213b9061e4ecb9bd58b5a496f47bb4d52.zip
*/*: Drop media-video/libav
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r--media-video/subtitlecomposer/subtitlecomposer-9999.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/media-video/subtitlecomposer/subtitlecomposer-9999.ebuild b/media-video/subtitlecomposer/subtitlecomposer-9999.ebuild
index 83ebfc87e5..b669b2b3dd 100644
--- a/media-video/subtitlecomposer/subtitlecomposer-9999.ebuild
+++ b/media-video/subtitlecomposer/subtitlecomposer-9999.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/maxrd2/subtitlecomposer"
LICENSE="GPL-2"
SLOT="5"
KEYWORDS=""
-IUSE="libav unicode"
+IUSE="unicode"
BDEPEND="
sys-devel/gettext
@@ -37,8 +37,7 @@ DEPEND="
>=kde-frameworks/kxmlgui-${KFMIN}:5
>=kde-frameworks/sonnet-${KFMIN}:5
media-libs/qtav:=
- libav? ( media-video/libav:= )
- !libav? ( media-video/ffmpeg:0= )
+ media-video/ffmpeg:0=
unicode? ( dev-libs/icu:= )
"
RDEPEND="${DEPEND}"