From: Andreas Sturmlechner Date: Tue, 10 Apr 2018 21:34:33 +0000 (+0200) Subject: media-video/vlc: Add missing USE=matroska build switch X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9dc8bf3867b9029c622655b6417e349aa0ac0dcf;p=gentoo.git media-video/vlc: Add missing USE=matroska build switch Closes: https://bugs.gentoo.org/651354 Package-Manager: Portage-2.3.28, Repoman-2.3.9 --- diff --git a/media-video/vlc/vlc-3.0.1-r1.ebuild b/media-video/vlc/vlc-3.0.1-r1.ebuild index f0d7e7c11f20..bc0c2a189e6b 100644 --- a/media-video/vlc/vlc-3.0.1-r1.ebuild +++ b/media-video/vlc/vlc-3.0.1-r1.ebuild @@ -335,6 +335,7 @@ src_configure() { $(use_enable lua) $(use_enable macosx-notifications osx-notifications) $(use_enable macosx-qtkit) + $(use_enable matroska) $(use_enable microdns) $(use_enable modplug mod) $(use_enable mp3 mad) diff --git a/media-video/vlc/vlc-3.0.9999.ebuild b/media-video/vlc/vlc-3.0.9999.ebuild index 8645501957ea..2c2154219fe5 100644 --- a/media-video/vlc/vlc-3.0.9999.ebuild +++ b/media-video/vlc/vlc-3.0.9999.ebuild @@ -335,6 +335,7 @@ src_configure() { $(use_enable lua) $(use_enable macosx-notifications osx-notifications) $(use_enable macosx-qtkit) + $(use_enable matroska) $(use_enable microdns) $(use_enable modplug mod) $(use_enable mp3 mad) diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index e4501326f8a5..030488234700 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -334,6 +334,7 @@ src_configure() { $(use_enable lua) $(use_enable macosx-notifications osx-notifications) $(use_enable macosx-qtkit) + $(use_enable matroska) $(use_enable microdns) $(use_enable modplug mod) $(use_enable mp3 mad)