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, 03 Nov 2019 22:12:54
Message-Id: 1572819153.973e7833b16816c19d0f6015fec49cc26bc376d3.mattst88@gentoo
1 commit: 973e7833b16816c19d0f6015fec49cc26bc376d3
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 3 22:02:49 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 3 22:12:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=973e7833
7
8 x11-drivers/xf86-video-ati: Drop glamor USE flag
9
10 Closes: https://bugs.gentoo.org/698114
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 x11-drivers/xf86-video-ati/metadata.xml | 3 ---
14 x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild | 6 +++---
15 x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild | 6 +++---
16 x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild | 6 +++---
17 4 files changed, 9 insertions(+), 12 deletions(-)
18
19 diff --git a/x11-drivers/xf86-video-ati/metadata.xml b/x11-drivers/xf86-video-ati/metadata.xml
20 index 38cf49862d0..e943b72b8a4 100644
21 --- a/x11-drivers/xf86-video-ati/metadata.xml
22 +++ b/x11-drivers/xf86-video-ati/metadata.xml
23 @@ -5,7 +5,4 @@
24 <email>x11@g.o</email>
25 <name>X11</name>
26 </maintainer>
27 -<use>
28 - <flag name="glamor">Enable Glamor OpenGL 2D acceleration</flag>
29 -</use>
30 </pkgmetadata>
31
32 diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild
33 index 489c9927db8..7b2f0601420 100644
34 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild
35 +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild
36 @@ -15,11 +15,11 @@ fi
37 DESCRIPTION="ATI video driver"
38 HOMEPAGE="https://www.x.org/wiki/ati/"
39
40 -IUSE="+glamor udev"
41 +IUSE="udev"
42
43 RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_radeon]
44 >=x11-libs/libpciaccess-0.8.0
45 - glamor? ( x11-base/xorg-server[glamor] )
46 + x11-base/xorg-server[-minimal]
47 udev? ( virtual/libudev:= )"
48 DEPEND="${RDEPEND}
49 x11-base/xorg-proto"
50 @@ -37,7 +37,7 @@ pkg_pretend() {
51
52 pkg_setup() {
53 XORG_CONFIGURE_OPTIONS=(
54 - $(use_enable glamor)
55 + --enable-glamor
56 $(use_enable udev)
57 )
58 }
59
60 diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild
61 index 252dd5e7f9c..2aab4b2d729 100644
62 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild
63 +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild
64 @@ -15,11 +15,11 @@ fi
65 DESCRIPTION="ATI video driver"
66 HOMEPAGE="https://www.x.org/wiki/ati/"
67
68 -IUSE="+glamor udev"
69 +IUSE="udev"
70
71 RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_radeon]
72 >=x11-libs/libpciaccess-0.8.0
73 - glamor? ( x11-base/xorg-server[glamor] )
74 + x11-base/xorg-server[-minimal]
75 udev? ( virtual/libudev:= )"
76 DEPEND="${RDEPEND}
77 x11-base/xorg-proto"
78 @@ -37,7 +37,7 @@ pkg_pretend() {
79
80 pkg_setup() {
81 XORG_CONFIGURE_OPTIONS=(
82 - $(use_enable glamor)
83 + --enable-glamor
84 $(use_enable udev)
85 )
86 }
87
88 diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
89 index 252dd5e7f9c..2aab4b2d729 100644
90 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
91 +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
92 @@ -15,11 +15,11 @@ fi
93 DESCRIPTION="ATI video driver"
94 HOMEPAGE="https://www.x.org/wiki/ati/"
95
96 -IUSE="+glamor udev"
97 +IUSE="udev"
98
99 RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_radeon]
100 >=x11-libs/libpciaccess-0.8.0
101 - glamor? ( x11-base/xorg-server[glamor] )
102 + x11-base/xorg-server[-minimal]
103 udev? ( virtual/libudev:= )"
104 DEPEND="${RDEPEND}
105 x11-base/xorg-proto"
106 @@ -37,7 +37,7 @@ pkg_pretend() {
107
108 pkg_setup() {
109 XORG_CONFIGURE_OPTIONS=(
110 - $(use_enable glamor)
111 + --enable-glamor
112 $(use_enable udev)
113 )
114 }