Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Sat, 19 Dec 2015 04:05:59
Message-Id: 1450497910.fe6bdbd19cba716cb04dba73969ae290f87eea5c.mattst88@gentoo
1 commit: fe6bdbd19cba716cb04dba73969ae290f87eea5c
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 19 03:32:21 2015 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 19 04:05:10 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe6bdbd1
7
8 media-libs/mesa: Update libva dependency to >=1.6.0.
9
10 Bug: https://bugs.gentoo.org/568402
11
12 media-libs/mesa/mesa-11.1.0.ebuild | 2 +-
13 media-libs/mesa/mesa-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/mesa/mesa-11.1.0.ebuild b/media-libs/mesa/mesa-11.1.0.ebuild
17 index 38d52d0..9291a2c 100644
18 --- a/media-libs/mesa/mesa-11.1.0.ebuild
19 +++ b/media-libs/mesa/mesa-11.1.0.ebuild
20 @@ -117,7 +117,7 @@ RDEPEND="
21 ) )
22 )
23 openmax? ( >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] )
24 - vaapi? ( >=x11-libs/libva-0.35.0:=[${MULTILIB_USEDEP}] )
25 + vaapi? ( >=x11-libs/libva-1.6.0:=[${MULTILIB_USEDEP}] )
26 vdpau? ( >=x11-libs/libvdpau-1.1:=[${MULTILIB_USEDEP}] )
27 wayland? ( >=dev-libs/wayland-1.2.0:=[${MULTILIB_USEDEP}] )
28 xvmc? ( >=x11-libs/libXvMC-1.0.8:=[${MULTILIB_USEDEP}] )
29
30 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
31 index 45b9daf..812c83a 100644
32 --- a/media-libs/mesa/mesa-9999.ebuild
33 +++ b/media-libs/mesa/mesa-9999.ebuild
34 @@ -117,7 +117,7 @@ RDEPEND="
35 ) )
36 )
37 openmax? ( >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] )
38 - vaapi? ( >=x11-libs/libva-0.35.0:=[${MULTILIB_USEDEP}] )
39 + vaapi? ( >=x11-libs/libva-1.6.0:=[${MULTILIB_USEDEP}] )
40 vdpau? ( >=x11-libs/libvdpau-1.1:=[${MULTILIB_USEDEP}] )
41 wayland? ( >=dev-libs/wayland-1.2.0:=[${MULTILIB_USEDEP}] )
42 xvmc? ( >=x11-libs/libXvMC-1.0.8:=[${MULTILIB_USEDEP}] )