commit: 09681d1429c127b466a3145516dfa19f77c1ada9 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Dec 31 14:53:52 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Dec 31 14:53:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09681d14
profiles/base: drop obsolete masks Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/base/package.use.mask | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 9bc955e09478..d9ca8bdc5b86 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -124,17 +124,6 @@ dev-lang/rust llvm-libunwind # ebuild support is there but currently failing to link app-antivirus/clamav jit -# Sam James <[email protected]> (2022-09-06) -# Incompatible with merged-usr and is a fundamentally flaky approach. -# - app-arch/lbzip2: bug #868318 (possible solution in bug #868651) -# - app-arch/pigz: bug #868312 (possible solution in bug #868648) -# It's suggested that users who want this feature use a wrapper -# script in /usr/local (or otherwise on PATH), or configure tools -# like tar to use lbzip2 & pigz respectively using EXTRA_ECONF. -app-arch/lbzip2 symlink -app-arch/pbzip2 symlink -app-arch/pigz symlink - # Sam James <[email protected]> (2022-08-26) # Broken at runtime for now (bug #865113). sys-devel/binutils gprofng @@ -756,10 +745,6 @@ net-analyzer/nmap system-lua # Most targets do not support ASAN/etc... #504200. sys-devel/gcc sanitize -# Mike Frysinger <[email protected]> (2014-02-03) -# Upstream says to not use this for now. -dev-libs/elfutils threads - # Gilles Dartiguelongue <[email protected]> (2013-12-23) # Gstreamer support fails to build due to libtool shortcomings when using # an intermediate library as a dependency of another libtool target dependency.
