diff options
author | 2015-12-18 22:32:21 -0500 | |
---|---|---|
committer | 2015-12-18 23:05:10 -0500 | |
commit | fe6bdbd19cba716cb04dba73969ae290f87eea5c (patch) | |
tree | 337ad97db2e9fb938b8c6aeaf24862ba0535788f /media-libs | |
parent | app-office/libreoffice: Version bump (diff) | |
download | gentoo-fe6bdbd19cba716cb04dba73969ae290f87eea5c.tar.gz gentoo-fe6bdbd19cba716cb04dba73969ae290f87eea5c.tar.bz2 gentoo-fe6bdbd19cba716cb04dba73969ae290f87eea5c.zip |
media-libs/mesa: Update libva dependency to >=1.6.0.
Bug: https://bugs.gentoo.org/568402
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-11.1.0.ebuild | 2 | ||||
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-11.1.0.ebuild b/media-libs/mesa/mesa-11.1.0.ebuild index 38d52d0732cd..9291a2cbfa62 100644 --- a/media-libs/mesa/mesa-11.1.0.ebuild +++ b/media-libs/mesa/mesa-11.1.0.ebuild @@ -117,7 +117,7 @@ RDEPEND=" ) ) ) openmax? ( >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] ) - vaapi? ( >=x11-libs/libva-0.35.0:=[${MULTILIB_USEDEP}] ) + vaapi? ( >=x11-libs/libva-1.6.0:=[${MULTILIB_USEDEP}] ) vdpau? ( >=x11-libs/libvdpau-1.1:=[${MULTILIB_USEDEP}] ) wayland? ( >=dev-libs/wayland-1.2.0:=[${MULTILIB_USEDEP}] ) xvmc? ( >=x11-libs/libXvMC-1.0.8:=[${MULTILIB_USEDEP}] ) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 45b9dafb25c9..812c83ac89d2 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -117,7 +117,7 @@ RDEPEND=" ) ) ) openmax? ( >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] ) - vaapi? ( >=x11-libs/libva-0.35.0:=[${MULTILIB_USEDEP}] ) + vaapi? ( >=x11-libs/libva-1.6.0:=[${MULTILIB_USEDEP}] ) vdpau? ( >=x11-libs/libvdpau-1.1:=[${MULTILIB_USEDEP}] ) wayland? ( >=dev-libs/wayland-1.2.0:=[${MULTILIB_USEDEP}] ) xvmc? ( >=x11-libs/libXvMC-1.0.8:=[${MULTILIB_USEDEP}] ) |