Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-ati/
Date: Fri, 01 Mar 2019 20:45:54
Message-Id: 1551473093.2cd8d463ad6ab546918693ccb2dc8a15ff96d994.leio@gentoo
1 commit: 2cd8d463ad6ab546918693ccb2dc8a15ff96d994
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 1 20:43:15 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 1 20:44:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cd8d463
7
8 x11-drivers/xf86-video-ati: fix libdrm minimum dep
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild | 4 ++--
14 x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild
18 index 145972dac68..764014a6ef5 100644
19 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild
20 +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-18.1.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -17,7 +17,7 @@ HOMEPAGE="https://www.x.org/wiki/ati/"
28
29 IUSE="+glamor udev"
30
31 -RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_radeon]
32 +RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_radeon]
33 >=x11-libs/libpciaccess-0.8.0
34 glamor? ( x11-base/xorg-server[glamor] )
35 udev? ( virtual/libudev:= )"
36
37 diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
38 index 3f5390aec7a..58a78866021 100644
39 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
40 +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=5
47 @@ -17,7 +17,7 @@ HOMEPAGE="https://www.x.org/wiki/ati/"
48
49 IUSE="+glamor udev"
50
51 -RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_radeon]
52 +RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_radeon]
53 >=x11-libs/libpciaccess-0.8.0
54 glamor? ( x11-base/xorg-server[glamor] )
55 udev? ( virtual/libudev:= )"