Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/ia64/, profiles/arch/powerpc/ppc32/, profiles/arch/alpha/, ...
Date: Mon, 24 Jan 2022 14:30:51
Message-Id: 1643034631.df327dbb62d18e327533c792ecbd3586b3f65b90.sam@gentoo
1 commit: df327dbb62d18e327533c792ecbd3586b3f65b90
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 24 05:40:34 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 24 14:30:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df327dbb
7
8 profiles/arch/{alpha,ia64,*/ppc32,sparc}: drop glint from VIDEO_CARDS
9
10 Fails to build with modern Xorg.
11
12 Bug: https://bugs.gentoo.org/828426
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 profiles/arch/alpha/make.defaults | 4 ++--
16 profiles/arch/ia64/make.defaults | 4 ++--
17 profiles/arch/powerpc/ppc32/make.defaults | 4 ++--
18 profiles/arch/sparc/make.defaults | 4 ++--
19 4 files changed, 8 insertions(+), 8 deletions(-)
20
21 diff --git a/profiles/arch/alpha/make.defaults b/profiles/arch/alpha/make.defaults
22 index 0d2b90931c43..2430e454f1e4 100644
23 --- a/profiles/arch/alpha/make.defaults
24 +++ b/profiles/arch/alpha/make.defaults
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2021 Gentoo Authors
27 +# Copyright 1999-2022 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 ARCH="alpha"
31 @@ -21,7 +21,7 @@ LIBDIR_alpha="lib"
32
33 # Donnie Berkholz <dberkholz@g.o> (2006-08-18)
34 # Defaults for video drivers
35 -VIDEO_CARDS="fbdev glint mga nv r128 radeon"
36 +VIDEO_CARDS="fbdev mga nv r128 radeon"
37
38 # Tobias Klausmann <klausman@g.o> (2018-06-25)
39 # Enable USE=libtirpc by default, to ease dependency resolution during
40
41 diff --git a/profiles/arch/ia64/make.defaults b/profiles/arch/ia64/make.defaults
42 index 5f183775458b..bf4569fc0060 100644
43 --- a/profiles/arch/ia64/make.defaults
44 +++ b/profiles/arch/ia64/make.defaults
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2021 Gentoo Authors
47 +# Copyright 1999-2022 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 ARCH="ia64"
51 @@ -26,6 +26,6 @@ CHOST_ia64="${CHOST}"
52
53 # Donnie Berkholz <dberkholz@g.o> (2006-08-18)
54 # Defaults for video drivers
55 -#VIDEO_CARDS="fbdev glint mga nv r128 radeon"
56 +#VIDEO_CARDS="fbdev mga nv r128 radeon"
57 INPUT_DEVICES="void"
58 VIDEO_CARDS="dummy"
59
60 diff --git a/profiles/arch/powerpc/ppc32/make.defaults b/profiles/arch/powerpc/ppc32/make.defaults
61 index 51f2ea0ad11e..19350be099f8 100644
62 --- a/profiles/arch/powerpc/ppc32/make.defaults
63 +++ b/profiles/arch/powerpc/ppc32/make.defaults
64 @@ -1,4 +1,4 @@
65 -# Copyright 1999-2021 Gentoo Authors
66 +# Copyright 1999-2022 Gentoo Authors
67 # Distributed under the terms of the GNU General Public License v2
68
69 # All extra USE/etc should be specified in sub-profiles.
70 @@ -15,7 +15,7 @@ FCFLAGS="${CFLAGS}"
71
72 # Donnie Berkholz <dberkholz@g.o> (2006-08-18)
73 # Defaults for video drivers
74 -VIDEO_CARDS="fbdev glint mga nv r128 radeon"
75 +VIDEO_CARDS="fbdev mga nv r128 radeon"
76
77 # Michał Górny <mgorny@g.o> (2014-06-27)
78 # Multilib-related setup for compatibility with future multilib.
79
80 diff --git a/profiles/arch/sparc/make.defaults b/profiles/arch/sparc/make.defaults
81 index 584be81c8c45..b25d074c2cd5 100644
82 --- a/profiles/arch/sparc/make.defaults
83 +++ b/profiles/arch/sparc/make.defaults
84 @@ -1,4 +1,4 @@
85 -# Copyright 1999-2021 Gentoo Authors
86 +# Copyright 1999-2022 Gentoo Authors
87 # Distributed under the terms of the GNU General Public License v2
88
89 ARCH="sparc"
90 @@ -40,7 +40,7 @@ MULTILIB_STRICT_DIRS="/lib32 /usr/lib32 /usr/kde/*/lib32 /usr/qt/*/lib32 /usr/X1
91
92 # Gustavo Zacarias <gustavoz@g.o> (2006-10-05)
93 # Defaults for video drivers
94 -VIDEO_CARDS="fbdev glint mga r128 radeon"
95 +VIDEO_CARDS="fbdev mga r128 radeon"
96
97 # Sergei Trofimovich <slyfox@g.o> (2018-06-24)
98 # Enable USE=libtirpc by default, to ease dependency resolution during