commit: 159fcadec92e4af74670ba0449f407ddabeefc21 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Mon Nov 23 16:00:26 2020 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Mon Nov 23 16:00:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=159fcade
profiles/package.mask: mask darwin headers and libmissing all three packages are prefix-only, attempting to provide missing content, but are no longer current and useful. Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> profiles/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index c9ee7dc841c..d769320c1cf 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,13 @@ #--- END OF EXAMPLES --- +# Fabian Groffen <[email protected]> (2020-11-23) +# No longer used, not really functional either, noone should be using +# this, removal in 30 days. +sys-kernel/xnu-headers +sys-libs/darwin-libc-headers +dev-libs/libmissing + # David Seifert <[email protected]> (2020-11-22) # Upstream abandoned since 2012, tons of QA issues and # build bugs, esoteric NIH build system. Bug #293567, #670954,
