commit: 12694ecad910159a95345a8be10421e644f4c207 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Mon Feb 8 08:57:34 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Mon Feb 8 08:57:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12694eca
uclibc/package.mask: Mask x11-drivers/nvidia-drivers Closes: https://github.com/gentoo/gentoo/pull/19362 Signed-off-by: David Seifert <soap <AT> gentoo.org> profiles/features/uclibc/package.mask | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/features/uclibc/package.mask b/profiles/features/uclibc/package.mask index d1730bdfd26..c81f0fe19e4 100644 --- a/profiles/features/uclibc/package.mask +++ b/profiles/features/uclibc/package.mask @@ -1,10 +1,14 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 sys-libs/musl sys-libs/glibc sys-libs/pam +# David Seifert <[email protected]> (2021-02-08) +# nvidia-drivers only works against glibc. +x11-drivers/nvidia-drivers + # Version 8.31 is broken on uclibc, but not 8.30 or 8.32 ~sys-apps/coreutils-8.31
