From: Robin H. Johnson Date: Sat, 12 Aug 2017 20:13:20 +0000 (-0700) Subject: media-libs/mesa: bump x11-libs/libva dep. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7e38228a9d9c87f5c7338f09613843656a533468;p=gentoo.git media-libs/mesa: bump x11-libs/libva dep. mesa-17.1 uses constant VA_RT_FORMAT_YUV420_10BPP which was only introduced in libva-1.7. Package-Manager: portage-2.3.6 Signed-off-by: Robin H. Johnson --- diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 2a3fb561504a..f54779f95727 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -114,7 +114,7 @@ RDEPEND=" ) openmax? ( >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] ) vaapi? ( - >=x11-libs/libva-1.6.0:=[${MULTILIB_USEDEP}] + >=x11-libs/libva-1.7.3:=[${MULTILIB_USEDEP}] video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 ) ) vdpau? ( >=x11-libs/libvdpau-1.1:=[${MULTILIB_USEDEP}] )