commit:     df327dbb62d18e327533c792ecbd3586b3f65b90
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 24 05:40:34 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 24 14:30:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df327dbb

profiles/arch/{alpha,ia64,*/ppc32,sparc}: drop glint from VIDEO_CARDS

Fails to build with modern Xorg.

Bug: https://bugs.gentoo.org/828426
Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/arch/alpha/make.defaults         | 4 ++--
 profiles/arch/ia64/make.defaults          | 4 ++--
 profiles/arch/powerpc/ppc32/make.defaults | 4 ++--
 profiles/arch/sparc/make.defaults         | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/profiles/arch/alpha/make.defaults 
b/profiles/arch/alpha/make.defaults
index 0d2b90931c43..2430e454f1e4 100644
--- a/profiles/arch/alpha/make.defaults
+++ b/profiles/arch/alpha/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 ARCH="alpha"
@@ -21,7 +21,7 @@ LIBDIR_alpha="lib"
 
 # Donnie Berkholz <[email protected]> (2006-08-18)
 # Defaults for video drivers
-VIDEO_CARDS="fbdev glint mga nv r128 radeon"
+VIDEO_CARDS="fbdev mga nv r128 radeon"
 
 # Tobias Klausmann <[email protected]> (2018-06-25)
 # Enable USE=libtirpc by default, to ease dependency resolution during

diff --git a/profiles/arch/ia64/make.defaults b/profiles/arch/ia64/make.defaults
index 5f183775458b..bf4569fc0060 100644
--- a/profiles/arch/ia64/make.defaults
+++ b/profiles/arch/ia64/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 ARCH="ia64"
@@ -26,6 +26,6 @@ CHOST_ia64="${CHOST}"
 
 # Donnie Berkholz <[email protected]> (2006-08-18)
 # Defaults for video drivers
-#VIDEO_CARDS="fbdev glint mga nv r128 radeon"
+#VIDEO_CARDS="fbdev mga nv r128 radeon"
 INPUT_DEVICES="void"
 VIDEO_CARDS="dummy"

diff --git a/profiles/arch/powerpc/ppc32/make.defaults 
b/profiles/arch/powerpc/ppc32/make.defaults
index 51f2ea0ad11e..19350be099f8 100644
--- a/profiles/arch/powerpc/ppc32/make.defaults
+++ b/profiles/arch/powerpc/ppc32/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # All extra USE/etc should be specified in sub-profiles.
@@ -15,7 +15,7 @@ FCFLAGS="${CFLAGS}"
 
 # Donnie Berkholz <[email protected]> (2006-08-18)
 # Defaults for video drivers
-VIDEO_CARDS="fbdev glint mga nv r128 radeon"
+VIDEO_CARDS="fbdev mga nv r128 radeon"
 
 # Michał Górny <[email protected]> (2014-06-27)
 # Multilib-related setup for compatibility with future multilib.

diff --git a/profiles/arch/sparc/make.defaults 
b/profiles/arch/sparc/make.defaults
index 584be81c8c45..b25d074c2cd5 100644
--- a/profiles/arch/sparc/make.defaults
+++ b/profiles/arch/sparc/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 ARCH="sparc"
@@ -40,7 +40,7 @@ MULTILIB_STRICT_DIRS="/lib32 /usr/lib32 /usr/kde/*/lib32 
/usr/qt/*/lib32 /usr/X1
 
 # Gustavo Zacarias <[email protected]> (2006-10-05)
 # Defaults for video drivers
-VIDEO_CARDS="fbdev glint mga r128 radeon"
+VIDEO_CARDS="fbdev mga r128 radeon"
 
 # Sergei Trofimovich <[email protected]> (2018-06-24)
 # Enable USE=libtirpc by default, to ease dependency resolution during

Reply via email to