Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Mon, 06 Feb 2017 08:18:49
Message-Id: 1486369121.4af2b29257c56b27e4f0bce56874d0f9f13f928e.robbat2@gentoo
1 commit: 4af2b29257c56b27e4f0bce56874d0f9f13f928e
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 6 08:17:49 2017 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 6 08:18:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4af2b292
7
8 media-libs/mesa: update wayland dep.
9
10 configure: error: Package requirements
11 (wayland-client >= 1.11 wayland-server >= 1.11)
12 were not met:
13
14 Requested 'wayland-client >= 1.11' but
15 version of Wayland Client is 1.10.0
16 Requested 'wayland-server >= 1.11' but
17 version of Wayland Server is 1.10.0
18
19 Package-Manager: portage-2.3.2
20 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
21
22 media-libs/mesa/mesa-17.0.0_rc2.ebuild | 2 +-
23 1 file changed, 1 insertion(+), 1 deletion(-)
24
25 diff --git a/media-libs/mesa/mesa-17.0.0_rc2.ebuild b/media-libs/mesa/mesa-17.0.0_rc2.ebuild
26 index cf4f273..13820e2 100644
27 --- a/media-libs/mesa/mesa-17.0.0_rc2.ebuild
28 +++ b/media-libs/mesa/mesa-17.0.0_rc2.ebuild
29 @@ -114,7 +114,7 @@ RDEPEND="
30 video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 )
31 )
32 vdpau? ( >=x11-libs/libvdpau-1.1:=[${MULTILIB_USEDEP}] )
33 - wayland? ( >=dev-libs/wayland-1.2.0:=[${MULTILIB_USEDEP}] )
34 + wayland? ( >=dev-libs/wayland-1.11.0:=[${MULTILIB_USEDEP}] )
35 xvmc? ( >=x11-libs/libXvMC-1.0.8:=[${MULTILIB_USEDEP}] )
36 ${LIBDRM_DEPSTRING}[video_cards_freedreno?,video_cards_nouveau?,video_cards_vc4?,video_cards_vivante?,video_cards_vmware?,${MULTILIB_USEDEP}]
37 "