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-amdgpu/
Date: Sat, 25 Nov 2017 20:10:54
Message-Id: 1511640529.e160452bbef03efa6284dcc3cb948a1462abf3f5.mattst88@gentoo
1 commit: e160452bbef03efa6284dcc3cb948a1462abf3f5
2 Author: Nick Sarnie <commendsarnex <AT> gmail <DOT> com>
3 AuthorDate: Fri Nov 24 15:29:34 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 25 20:08:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e160452b
7
8 x11-drivers/xf86-video-amdgpu: Remove glamor USE flag
9
10 Glamor is required as per Michel Dänzer and Dave Airlie
11
12 Closes: https://github.com/gentoo/gentoo/pull/6283
13 Closes: https://bugs.gentoo.org/623142
14 Signed-off-by: Nick Sarnie <commendsarnex <AT> gmail.com>
15
16 x11-drivers/xf86-video-amdgpu/metadata.xml | 3 ---
17 x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.3.0.ebuild | 6 ++----
18 x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.4.0.ebuild | 6 ++----
19 x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild | 6 ++----
20 4 files changed, 6 insertions(+), 15 deletions(-)
21
22 diff --git a/x11-drivers/xf86-video-amdgpu/metadata.xml b/x11-drivers/xf86-video-amdgpu/metadata.xml
23 index 38cf49862d0..e943b72b8a4 100644
24 --- a/x11-drivers/xf86-video-amdgpu/metadata.xml
25 +++ b/x11-drivers/xf86-video-amdgpu/metadata.xml
26 @@ -5,7 +5,4 @@
27 <email>x11@g.o</email>
28 <name>X11</name>
29 </maintainer>
30 -<use>
31 - <flag name="glamor">Enable Glamor OpenGL 2D acceleration</flag>
32 -</use>
33 </pkgmetadata>
34
35 diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.3.0.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.3.0.ebuild
36 index 655b79e38bd..44a0b3d2125 100644
37 --- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.3.0.ebuild
38 +++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.3.0.ebuild
39 @@ -13,13 +13,11 @@ fi
40
41 DESCRIPTION="Accelerated Open Source driver for AMDGPU cards"
42
43 -IUSE="glamor"
44 -
45 RDEPEND=">=x11-libs/libdrm-2.4.72[video_cards_amdgpu]
46 - x11-base/xorg-server[glamor(-)?]"
47 + x11-base/xorg-server[glamor(-)]"
48 DEPEND="${RDEPEND}"
49
50 src_configure() {
51 - XORG_CONFIGURE_OPTIONS="$(use_enable glamor)"
52 + XORG_CONFIGURE_OPTIONS="--enable-glamor"
53 xorg-2_src_configure
54 }
55
56 diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.4.0.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.4.0.ebuild
57 index 8d40b29af62..6345b82091b 100644
58 --- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.4.0.ebuild
59 +++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-1.4.0.ebuild
60 @@ -13,13 +13,11 @@ fi
61
62 DESCRIPTION="Accelerated Open Source driver for AMDGPU cards"
63
64 -IUSE="glamor"
65 -
66 RDEPEND=">=x11-libs/libdrm-2.4.72[video_cards_amdgpu]
67 - x11-base/xorg-server[glamor(-)?]"
68 + x11-base/xorg-server[glamor(-)]"
69 DEPEND="${RDEPEND}"
70
71 src_configure() {
72 - XORG_CONFIGURE_OPTIONS="$(use_enable glamor)"
73 + XORG_CONFIGURE_OPTIONS="--enable-glamor"
74 xorg-2_src_configure
75 }
76
77 diff --git a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
78 index 8d40b29af62..6345b82091b 100644
79 --- a/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
80 +++ b/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild
81 @@ -13,13 +13,11 @@ fi
82
83 DESCRIPTION="Accelerated Open Source driver for AMDGPU cards"
84
85 -IUSE="glamor"
86 -
87 RDEPEND=">=x11-libs/libdrm-2.4.72[video_cards_amdgpu]
88 - x11-base/xorg-server[glamor(-)?]"
89 + x11-base/xorg-server[glamor(-)]"
90 DEPEND="${RDEPEND}"
91
92 src_configure() {
93 - XORG_CONFIGURE_OPTIONS="$(use_enable glamor)"
94 + XORG_CONFIGURE_OPTIONS="--enable-glamor"
95 xorg-2_src_configure
96 }