Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/
Date: Sun, 10 Feb 2019 23:54:19
Message-Id: 1549842830.7ff49aa5f679ff222cd33e2e9415ef3e35850f7e.asturm@gentoo
1 commit: 7ff49aa5f679ff222cd33e2e9415ef3e35850f7e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 10 23:53:06 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 10 23:53:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff49aa5
7
8 media-video/vlc: Restrict to <media-libs/libvpx-1.8
9
10 Bug: https://bugs.gentoo.org/677606
11 Package-Manager: Portage-2.3.59, Repoman-2.3.12
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 media-video/vlc/vlc-3.0.4.ebuild | 4 ++--
15 media-video/vlc/vlc-3.0.6.ebuild | 2 +-
16 2 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/media-video/vlc/vlc-3.0.4.ebuild b/media-video/vlc/vlc-3.0.4.ebuild
19 index 44f97c55f69..16570f46d8f 100644
20 --- a/media-video/vlc/vlc-3.0.4.ebuild
21 +++ b/media-video/vlc/vlc-3.0.4.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -199,7 +199,7 @@ RDEPEND="
29 vdpau? ( x11-libs/libvdpau:0 )
30 vnc? ( net-libs/libvncserver:0 )
31 vorbis? ( media-libs/libvorbis:0 )
32 - vpx? ( media-libs/libvpx:0= )
33 + vpx? ( <media-libs/libvpx-1.8:0= )
34 wayland? (
35 >=dev-libs/wayland-1.15
36 dev-libs/wayland-protocols
37
38 diff --git a/media-video/vlc/vlc-3.0.6.ebuild b/media-video/vlc/vlc-3.0.6.ebuild
39 index 93c5c8b00a0..9e6623d04fc 100644
40 --- a/media-video/vlc/vlc-3.0.6.ebuild
41 +++ b/media-video/vlc/vlc-3.0.6.ebuild
42 @@ -201,7 +201,7 @@ RDEPEND="
43 vdpau? ( x11-libs/libvdpau:0 )
44 vnc? ( net-libs/libvncserver:0 )
45 vorbis? ( media-libs/libvorbis:0 )
46 - vpx? ( media-libs/libvpx:0= )
47 + vpx? ( <media-libs/libvpx-1.8:0= )
48 wayland? (
49 >=dev-libs/wayland-1.15
50 dev-libs/wayland-protocols