Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
Date: Fri, 24 Nov 2017 05:06:39
Message-Id: 1511499978.06839aa992176b3cef65a0e6f17eb261fe2cd77b.mattst88@gentoo
1 commit: 06839aa992176b3cef65a0e6f17eb261fe2cd77b
2 Author: Nick Sarnie <commendsarnex <AT> gmail <DOT> com>
3 AuthorDate: Fri Nov 24 00:52:49 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 24 05:06:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06839aa9
7
8 x11-drivers/xf86-video-ati: Update libdrm dependency
9
10 Signed-off-by: Nick Sarnie <commendsarnex <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/6274
12 Closes: https://bugs.gentoo.org/635190
13
14 x11-drivers/xf86-video-ati/xf86-video-ati-7.10.0.ebuild | 2 +-
15 x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.10.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.10.0.ebuild
19 index 5566550b91d..b34efb14780 100644
20 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.10.0.ebuild
21 +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.10.0.ebuild
22 @@ -12,7 +12,7 @@ HOMEPAGE="https://www.x.org/wiki/ati/"
23 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
24 IUSE="+glamor udev"
25
26 -RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon]
27 +RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_radeon]
28 >=x11-libs/libpciaccess-0.8.0
29 glamor? ( x11-base/xorg-server[glamor] )
30 udev? ( virtual/udev )"
31
32 diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild
33 index 83059fbbd70..930f45fdc37 100644
34 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild
35 +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-7.9.0.ebuild
36 @@ -12,7 +12,7 @@ HOMEPAGE="http://www.x.org/wiki/ati/"
37 KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
38 IUSE="+glamor udev"
39
40 -RDEPEND=">=x11-libs/libdrm-2.4.58[video_cards_radeon]
41 +RDEPEND=">=x11-libs/libdrm-2.4.60[video_cards_radeon]
42 >=x11-libs/libpciaccess-0.8.0
43 glamor? ( x11-base/xorg-server[glamor] )
44 udev? ( virtual/udev )"