summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-04-10 23:34:33 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-04-10 23:34:51 +0200
commit9dc8bf3867b9029c622655b6417e349aa0ac0dcf (patch)
treef566807e2ebeedbaaa9e79d806e48c937f0020b4
parentmedia-video/vlc: Drop 3.0.0-r3 (diff)
downloadgentoo-9dc8bf38.tar.gz
gentoo-9dc8bf38.tar.bz2
gentoo-9dc8bf38.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
-rw-r--r--media-video/vlc/vlc-3.0.1-r1.ebuild1
-rw-r--r--media-video/vlc/vlc-3.0.9999.ebuild1
-rw-r--r--media-video/vlc/vlc-9999.ebuild1
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)