commit: 8d86712b3fe5b4d5720bc36d6dfedc570f72d635 Author: Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Thu Nov 10 16:57:20 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Thu Dec 1 15:54:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d86712b
profiles/arch: remove "nv" from default VIDEO_CARDS This driver no longer compiles with recent xorg versions Bug: https://bugs.gentoo.org/873487 Closes: https://github.com/gentoo/gentoo/pull/28212 Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com> Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> profiles/arch/alpha/make.defaults | 2 +- profiles/arch/ia64/make.defaults | 2 +- profiles/arch/powerpc/ppc32/make.defaults | 2 +- profiles/arch/powerpc/ppc64/make.defaults | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/profiles/arch/alpha/make.defaults b/profiles/arch/alpha/make.defaults index 2430e454f1e4..3cfe6ae896ab 100644 --- a/profiles/arch/alpha/make.defaults +++ b/profiles/arch/alpha/make.defaults @@ -21,7 +21,7 @@ LIBDIR_alpha="lib" # Donnie Berkholz <[email protected]> (2006-08-18) # Defaults for video drivers -VIDEO_CARDS="fbdev mga nv r128 radeon" +VIDEO_CARDS="fbdev mga 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 bf4569fc0060..0e0ebaa64120 100644 --- a/profiles/arch/ia64/make.defaults +++ b/profiles/arch/ia64/make.defaults @@ -26,6 +26,6 @@ CHOST_ia64="${CHOST}" # Donnie Berkholz <[email protected]> (2006-08-18) # Defaults for video drivers -#VIDEO_CARDS="fbdev mga nv r128 radeon" +#VIDEO_CARDS="fbdev mga 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 19350be099f8..0092e22c5c8e 100644 --- a/profiles/arch/powerpc/ppc32/make.defaults +++ b/profiles/arch/powerpc/ppc32/make.defaults @@ -15,7 +15,7 @@ FCFLAGS="${CFLAGS}" # Donnie Berkholz <[email protected]> (2006-08-18) # Defaults for video drivers -VIDEO_CARDS="fbdev mga nv r128 radeon" +VIDEO_CARDS="fbdev mga r128 radeon" # Michał Górny <[email protected]> (2014-06-27) # Multilib-related setup for compatibility with future multilib. diff --git a/profiles/arch/powerpc/ppc64/make.defaults b/profiles/arch/powerpc/ppc64/make.defaults index ff2526a25304..6f2df78adcd4 100644 --- a/profiles/arch/powerpc/ppc64/make.defaults +++ b/profiles/arch/powerpc/ppc64/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. @@ -35,7 +35,7 @@ IUSE_IMPLICIT="abi_ppc_64" # Donnie Berkholz <[email protected]> (2006-08-18) # Defaults for video drivers -VIDEO_CARDS="fbdev mga nv r128 radeon" +VIDEO_CARDS="fbdev mga r128 radeon" # Enable abi_ppc_64 for packages that don't have it forced. ABI_PPC="64"
