diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-10 23:34:33 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-10 23:34:51 +0200 |
commit | 9dc8bf3867b9029c622655b6417e349aa0ac0dcf (patch) | |
tree | f566807e2ebeedbaaa9e79d806e48c937f0020b4 /media-video | |
parent | media-video/vlc: Drop 3.0.0-r3 (diff) | |
download | gentoo-9dc8bf3867b9029c622655b6417e349aa0ac0dcf.tar.gz gentoo-9dc8bf3867b9029c622655b6417e349aa0ac0dcf.tar.bz2 gentoo-9dc8bf3867b9029c622655b6417e349aa0ac0dcf.zip |
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
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/vlc/vlc-3.0.1-r1.ebuild | 1 | ||||
-rw-r--r-- | media-video/vlc/vlc-3.0.9999.ebuild | 1 | ||||
-rw-r--r-- | media-video/vlc/vlc-9999.ebuild | 1 |
3 files changed, 3 insertions, 0 deletions
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) |