diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-11 00:53:06 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-11 00:53:50 +0100 |
commit | 7ff49aa5f679ff222cd33e2e9415ef3e35850f7e (patch) | |
tree | 333216ee9d2d0049f9e113106c0e546adaf77cfa /media-video/vlc | |
parent | dev-python/recommonmark: Increase docutils dependency (diff) | |
download | gentoo-7ff49aa5f679ff222cd33e2e9415ef3e35850f7e.tar.gz gentoo-7ff49aa5f679ff222cd33e2e9415ef3e35850f7e.tar.bz2 gentoo-7ff49aa5f679ff222cd33e2e9415ef3e35850f7e.zip |
media-video/vlc: Restrict to <media-libs/libvpx-1.8
Bug: https://bugs.gentoo.org/677606
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-video/vlc')
-rw-r--r-- | media-video/vlc/vlc-3.0.4.ebuild | 4 | ||||
-rw-r--r-- | media-video/vlc/vlc-3.0.6.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/media-video/vlc/vlc-3.0.4.ebuild b/media-video/vlc/vlc-3.0.4.ebuild index 44f97c55f69a..16570f46d8fd 100644 --- a/media-video/vlc/vlc-3.0.4.ebuild +++ b/media-video/vlc/vlc-3.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -199,7 +199,7 @@ RDEPEND=" vdpau? ( x11-libs/libvdpau:0 ) vnc? ( net-libs/libvncserver:0 ) vorbis? ( media-libs/libvorbis:0 ) - vpx? ( media-libs/libvpx:0= ) + vpx? ( <media-libs/libvpx-1.8:0= ) wayland? ( >=dev-libs/wayland-1.15 dev-libs/wayland-protocols diff --git a/media-video/vlc/vlc-3.0.6.ebuild b/media-video/vlc/vlc-3.0.6.ebuild index 93c5c8b00a07..9e6623d04fc5 100644 --- a/media-video/vlc/vlc-3.0.6.ebuild +++ b/media-video/vlc/vlc-3.0.6.ebuild @@ -201,7 +201,7 @@ RDEPEND=" vdpau? ( x11-libs/libvdpau:0 ) vnc? ( net-libs/libvncserver:0 ) vorbis? ( media-libs/libvorbis:0 ) - vpx? ( media-libs/libvpx:0= ) + vpx? ( <media-libs/libvpx-1.8:0= ) wayland? ( >=dev-libs/wayland-1.15 dev-libs/wayland-protocols |