commit: 9dc8bf3867b9029c622655b6417e349aa0ac0dcf Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Apr 10 21:34:33 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Apr 10 21:34:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc8bf38
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 media-video/vlc/vlc-3.0.1-r1.ebuild | 1 + media-video/vlc/vlc-3.0.9999.ebuild | 1 + media-video/vlc/vlc-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/media-video/vlc/vlc-3.0.1-r1.ebuild b/media-video/vlc/vlc-3.0.1-r1.ebuild index f0d7e7c11f2..bc0c2a189e6 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 8645501957e..2c2154219fe 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 e4501326f8a..03048823470 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)
