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: Wed, 15 Aug 2018 12:25:41
Message-Id: 1534335903.96cb5bcb19e19e1d2821a5385a84c0a0758bf4de.asturm@gentoo
1 commit: 96cb5bcb19e19e1d2821a5385a84c0a0758bf4de
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 15 12:16:26 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 15 12:25:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96cb5bcb
7
8 media-video/vlc: Fix USE=wayland dependencies
9
10 Closes: https://bugs.gentoo.org/663626
11 Package-Manager: Portage-2.3.46, Repoman-2.3.10
12
13 media-video/vlc/vlc-3.0.3-r1.ebuild | 8 +++++++-
14 1 file changed, 7 insertions(+), 1 deletion(-)
15
16 diff --git a/media-video/vlc/vlc-3.0.3-r1.ebuild b/media-video/vlc/vlc-3.0.3-r1.ebuild
17 index f446a714430..e4bb6818653 100644
18 --- a/media-video/vlc/vlc-3.0.3-r1.ebuild
19 +++ b/media-video/vlc/vlc-3.0.3-r1.ebuild
20 @@ -201,7 +201,13 @@ RDEPEND="
21 vorbis? ( media-libs/libvorbis:0 )
22 vpx? ( media-libs/libvpx:0= )
23 wayland? (
24 - dev-libs/wayland
25 + || (
26 + >=dev-libs/wayland-1.15
27 + (
28 + <dev-libs/wayland-1.15
29 + <media-libs/mesa-18.1.1-r1[egl]
30 + )
31 + )
32 dev-libs/wayland-protocols
33 )
34 X? (