commit: e1e66ed0589cb121e1b502544fbcb4dec6578c3c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Jan 12 11:27:03 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jan 12 11:48:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e66ed0
profiles/base: Mask sys-libs/libcxx[libcxxrt] Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/base/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 6fb6579daca..f82aab63ac5 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. +# Michał Górny <[email protected]> (2020-01-12) +# libcxxrt is unmaintained and it's going to be removed. +sys-libs/libcxx libcxxrt + # Brian Evans <[email protected]> (2019-12-19) # PHP 7.1 is end of life and has security issues Bug 703326 # Associated packages are not ready for new versions tracked in bug 702110
