commit: 4cfe3f0c12d82bfd258c3b16149464730c983281 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Mar 6 12:15:34 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Mar 6 12:16:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cfe3f0c
package.mask: Mask dev-libs/klibc for removal Bug: https://bugs.gentoo.org/729876 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/base/package.use.mask | 4 ++++ profiles/package.mask | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index a1559b1f4de..53014800490 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Andreas K. Hüttel <[email protected]> (2021-03-06) +# Needs last-rited dev-libs/klibc +sys-fs/dmraid klibc + # Sam James <[email protected]> (2021-02-27) # Needs last-rited sci-mathematics/ggnfs sci-mathematics/yafu sieve diff --git a/profiles/package.mask b/profiles/package.mask index 123867e706c..423f7db7aef 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,11 @@ #--- END OF EXAMPLES --- +# Andreas K. Hüttel <[email protected]> (2021-03-06) +# Fails to build, multiple bugs, outdated, nontrival, unmaintained +# Bug 729876 and several others; removal in 30days +dev-libs/klibc + # Alfredo Tupone <[email protected]> (2021-03-05) # unbuildable # Removal on 2021-04-0r52
