From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5D4991382C5 for ; Tue, 10 Apr 2018 21:35:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DA10E0AFC; Tue, 10 Apr 2018 21:35:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55BC3E0AFD for ; Tue, 10 Apr 2018 21:35:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A31BB335C5C for ; Tue, 10 Apr 2018 21:35:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3A3F284 for ; Tue, 10 Apr 2018 21:35:17 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1523396091.9dc8bf3867b9029c622655b6417e349aa0ac0dcf.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/vlc/vlc-3.0.1-r1.ebuild media-video/vlc/vlc-3.0.9999.ebuild media-video/vlc/vlc-9999.ebuild X-VCS-Directories: media-video/vlc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9dc8bf3867b9029c622655b6417e349aa0ac0dcf X-VCS-Branch: master Date: Tue, 10 Apr 2018 21:35:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 45357fee-e4f0-46d7-9639-023b8c77e22a X-Archives-Hash: 04666b2a1b5a75afbb0a68b0a6fcd484 commit: 9dc8bf3867b9029c622655b6417e349aa0ac0dcf Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Apr 10 21:34:33 2018 +0000 Commit: Andreas Sturmlechner gentoo 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)