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: Sun, 27 May 2018 23:58:01
Message-Id: 1527465443.05bdf9a6d350b4cd2a1946051d08b7b68135c0f2.mattst88@gentoo
1 commit: 05bdf9a6d350b4cd2a1946051d08b7b68135c0f2
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 27 23:52:33 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 23:57:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05bdf9a6
7
8 x11-drivers/xf86-video-ati: Depend on virtual/libudev:=
9
10 Bug: https://bugs.gentoo.org/545906
11
12 .../{xf86-video-ati-9999.ebuild => xf86-video-ati-18.0.1-r1.ebuild} | 4 ++--
13 x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r1.ebuild
17 similarity index 89%
18 copy from x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
19 copy to x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r1.ebuild
20 index 3bb9e4ef626..10c93ae6401 100644
21 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
22 +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-18.0.1-r1.ebuild
23 @@ -9,7 +9,7 @@ inherit linux-info xorg-2
24 if [[ ${PV} == 9999* ]]; then
25 SRC_URI=""
26 else
27 - KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
28 + KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd"
29 fi
30
31 DESCRIPTION="ATI video driver"
32 @@ -20,7 +20,7 @@ IUSE="+glamor udev"
33 RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_radeon]
34 >=x11-libs/libpciaccess-0.8.0
35 glamor? ( x11-base/xorg-server[glamor] )
36 - udev? ( virtual/udev )"
37 + udev? ( virtual/libudev:= )"
38 DEPEND="${RDEPEND}
39 x11-base/xorg-proto"
40
41
42 diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
43 index 3bb9e4ef626..3f5390aec7a 100644
44 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
45 +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
46 @@ -20,7 +20,7 @@ IUSE="+glamor udev"
47 RDEPEND=">=x11-libs/libdrm-2.4.78[video_cards_radeon]
48 >=x11-libs/libpciaccess-0.8.0
49 glamor? ( x11-base/xorg-server[glamor] )
50 - udev? ( virtual/udev )"
51 + udev? ( virtual/libudev:= )"
52 DEPEND="${RDEPEND}
53 x11-base/xorg-proto"