Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/uclibc/
Date: Mon, 08 Feb 2021 08:58:41
Message-Id: 1612774654.12694ecad910159a95345a8be10421e644f4c207.soap@gentoo
1 commit: 12694ecad910159a95345a8be10421e644f4c207
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 8 08:57:34 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 8 08:57:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12694eca
7
8 uclibc/package.mask: Mask x11-drivers/nvidia-drivers
9
10 Closes: https://github.com/gentoo/gentoo/pull/19362
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 profiles/features/uclibc/package.mask | 6 +++++-
14 1 file changed, 5 insertions(+), 1 deletion(-)
15
16 diff --git a/profiles/features/uclibc/package.mask b/profiles/features/uclibc/package.mask
17 index d1730bdfd26..c81f0fe19e4 100644
18 --- a/profiles/features/uclibc/package.mask
19 +++ b/profiles/features/uclibc/package.mask
20 @@ -1,10 +1,14 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 sys-libs/musl
26 sys-libs/glibc
27 sys-libs/pam
28
29 +# David Seifert <soap@g.o> (2021-02-08)
30 +# nvidia-drivers only works against glibc.
31 +x11-drivers/nvidia-drivers
32 +
33 # Version 8.31 is broken on uclibc, but not 8.30 or 8.32
34 ~sys-apps/coreutils-8.31