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/base/
Date: Sat, 31 Dec 2022 14:54:27
Message-Id: 1672498432.09681d1429c127b466a3145516dfa19f77c1ada9.sam@gentoo
1 commit: 09681d1429c127b466a3145516dfa19f77c1ada9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 31 14:53:52 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 31 14:53:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09681d14
7
8 profiles/base: drop obsolete masks
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 profiles/base/package.use.mask | 15 ---------------
13 1 file changed, 15 deletions(-)
14
15 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
16 index 9bc955e09478..d9ca8bdc5b86 100644
17 --- a/profiles/base/package.use.mask
18 +++ b/profiles/base/package.use.mask
19 @@ -124,17 +124,6 @@ dev-lang/rust llvm-libunwind
20 # ebuild support is there but currently failing to link
21 app-antivirus/clamav jit
22
23 -# Sam James <sam@g.o> (2022-09-06)
24 -# Incompatible with merged-usr and is a fundamentally flaky approach.
25 -# - app-arch/lbzip2: bug #868318 (possible solution in bug #868651)
26 -# - app-arch/pigz: bug #868312 (possible solution in bug #868648)
27 -# It's suggested that users who want this feature use a wrapper
28 -# script in /usr/local (or otherwise on PATH), or configure tools
29 -# like tar to use lbzip2 & pigz respectively using EXTRA_ECONF.
30 -app-arch/lbzip2 symlink
31 -app-arch/pbzip2 symlink
32 -app-arch/pigz symlink
33 -
34 # Sam James <sam@g.o> (2022-08-26)
35 # Broken at runtime for now (bug #865113).
36 sys-devel/binutils gprofng
37 @@ -756,10 +745,6 @@ net-analyzer/nmap system-lua
38 # Most targets do not support ASAN/etc... #504200.
39 sys-devel/gcc sanitize
40
41 -# Mike Frysinger <vapier@g.o> (2014-02-03)
42 -# Upstream says to not use this for now.
43 -dev-libs/elfutils threads
44 -
45 # Gilles Dartiguelongue <eva@g.o> (2013-12-23)
46 # Gstreamer support fails to build due to libtool shortcomings when using
47 # an intermediate library as a dependency of another libtool target dependency.