diff options
author | David Seifert <soap@gentoo.org> | 2021-02-08 09:57:34 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-02-08 09:57:34 +0100 |
commit | 12694ecad910159a95345a8be10421e644f4c207 (patch) | |
tree | b086037688fa1938239a8623421fb19de504a851 /profiles/features | |
parent | musl/package.mask: Mask x11-drivers/nvidia-drivers (diff) | |
download | gentoo-12694ecad910159a95345a8be10421e644f4c207.tar.gz gentoo-12694ecad910159a95345a8be10421e644f4c207.tar.bz2 gentoo-12694ecad910159a95345a8be10421e644f4c207.zip |
uclibc/package.mask: Mask x11-drivers/nvidia-drivers
Closes: https://github.com/gentoo/gentoo/pull/19362
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/uclibc/package.mask | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/features/uclibc/package.mask b/profiles/features/uclibc/package.mask index d1730bdfd263..c81f0fe19e48 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 <soap@gentoo.org> (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 |