From: Matt Turner Date: Thu, 9 Feb 2017 12:30:48 +0000 (+0000) Subject: media-libs/mesa: Depend on >=wayland-1.11. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=745405d6f7418798f210375fa7590db17f6b2be2;p=gentoo.git media-libs/mesa: Depend on >=wayland-1.11. Commit 4af2b29257c5 fixed 17.0.0_rc2, but not the 9999 version. --- diff --git a/media-libs/mesa/mesa-17.0.0_rc3.ebuild b/media-libs/mesa/mesa-17.0.0_rc3.ebuild index cf4f27384b3e..13820e2cbf07 100644 --- a/media-libs/mesa/mesa-17.0.0_rc3.ebuild +++ b/media-libs/mesa/mesa-17.0.0_rc3.ebuild @@ -114,7 +114,7 @@ RDEPEND=" video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 ) ) vdpau? ( >=x11-libs/libvdpau-1.1:=[${MULTILIB_USEDEP}] ) - wayland? ( >=dev-libs/wayland-1.2.0:=[${MULTILIB_USEDEP}] ) + wayland? ( >=dev-libs/wayland-1.11.0:=[${MULTILIB_USEDEP}] ) xvmc? ( >=x11-libs/libXvMC-1.0.8:=[${MULTILIB_USEDEP}] ) ${LIBDRM_DEPSTRING}[video_cards_freedreno?,video_cards_nouveau?,video_cards_vc4?,video_cards_vivante?,video_cards_vmware?,${MULTILIB_USEDEP}] " diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 2c9560da7574..c10645cd8932 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -114,7 +114,7 @@ RDEPEND=" video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 ) ) vdpau? ( >=x11-libs/libvdpau-1.1:=[${MULTILIB_USEDEP}] ) - wayland? ( >=dev-libs/wayland-1.2.0:=[${MULTILIB_USEDEP}] ) + wayland? ( >=dev-libs/wayland-1.11.0:=[${MULTILIB_USEDEP}] ) xvmc? ( >=x11-libs/libXvMC-1.0.8:=[${MULTILIB_USEDEP}] ) ${LIBDRM_DEPSTRING}[video_cards_freedreno?,video_cards_nouveau?,video_cards_vc4?,video_cards_vivante?,video_cards_vmware?,${MULTILIB_USEDEP}] "