commit:     973e7833b16816c19d0f6015fec49cc26bc376d3
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  3 22:02:49 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Nov  3 22:12:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=973e7833

x11-drivers/xf86-video-ati: Drop glamor USE flag

Closes: https://bugs.gentoo.org/698114
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-drivers/xf86-video-ati/metadata.xml                 | 3 ---
 x11-drivers/xf86-video-ati/xf86-video-ati-19.0.1.ebuild | 6 +++---
 x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0.ebuild | 6 +++---
 x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild   | 6 +++---
 4 files changed, 9 insertions(+), 12 deletions(-)

diff --git a/x11-drivers/xf86-video-ati/metadata.xml 
b/x11-drivers/xf86-video-ati/metadata.xml
index 38cf49862d0..e943b72b8a4 100644
--- a/x11-drivers/xf86-video-ati/metadata.xml
+++ b/x11-drivers/xf86-video-ati/metadata.xml
@@ -5,7 +5,4 @@
        <email>x...@gentoo.org</email>
        <name>X11</name>
 </maintainer>
-<use>
-       <flag name="glamor">Enable Glamor OpenGL 2D acceleration</flag>
-</use>
 </pkgmetadata>

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
index 489c9927db8..7b2f0601420 100644
--- 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
@@ -15,11 +15,11 @@ fi
 DESCRIPTION="ATI video driver"
 HOMEPAGE="https://www.x.org/wiki/ati/";
 
-IUSE="+glamor udev"
+IUSE="udev"
 
 RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_radeon]
        >=x11-libs/libpciaccess-0.8.0
-       glamor? ( x11-base/xorg-server[glamor] )
+       x11-base/xorg-server[-minimal]
        udev? ( virtual/libudev:= )"
 DEPEND="${RDEPEND}
        x11-base/xorg-proto"
@@ -37,7 +37,7 @@ pkg_pretend() {
 
 pkg_setup() {
        XORG_CONFIGURE_OPTIONS=(
-               $(use_enable glamor)
+               --enable-glamor
                $(use_enable udev)
        )
 }

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
index 252dd5e7f9c..2aab4b2d729 100644
--- 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
@@ -15,11 +15,11 @@ fi
 DESCRIPTION="ATI video driver"
 HOMEPAGE="https://www.x.org/wiki/ati/";
 
-IUSE="+glamor udev"
+IUSE="udev"
 
 RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_radeon]
        >=x11-libs/libpciaccess-0.8.0
-       glamor? ( x11-base/xorg-server[glamor] )
+       x11-base/xorg-server[-minimal]
        udev? ( virtual/libudev:= )"
 DEPEND="${RDEPEND}
        x11-base/xorg-proto"
@@ -37,7 +37,7 @@ pkg_pretend() {
 
 pkg_setup() {
        XORG_CONFIGURE_OPTIONS=(
-               $(use_enable glamor)
+               --enable-glamor
                $(use_enable udev)
        )
 }

diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild 
b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
index 252dd5e7f9c..2aab4b2d729 100644
--- a/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-9999.ebuild
@@ -15,11 +15,11 @@ fi
 DESCRIPTION="ATI video driver"
 HOMEPAGE="https://www.x.org/wiki/ati/";
 
-IUSE="+glamor udev"
+IUSE="udev"
 
 RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_radeon]
        >=x11-libs/libpciaccess-0.8.0
-       glamor? ( x11-base/xorg-server[glamor] )
+       x11-base/xorg-server[-minimal]
        udev? ( virtual/libudev:= )"
 DEPEND="${RDEPEND}
        x11-base/xorg-proto"
@@ -37,7 +37,7 @@ pkg_pretend() {
 
 pkg_setup() {
        XORG_CONFIGURE_OPTIONS=(
-               $(use_enable glamor)
+               --enable-glamor
                $(use_enable udev)
        )
 }

Reply via email to