commit: e13c6bd7773345f10df84984e3361f922ac04178 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Jan 12 11:45:11 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jan 12 11:48:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e13c6bd7
package.mask: Last rite sys-libs/libcxxrt Bug: https://bugs.gentoo.org/705268 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.mask | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 892eb4d01ca..546681c67c5 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,15 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2020-01-12) +# libcxxrt is no longer maintained upstream. It used to be needed to +# maintain ABI in Gentoo/FreeBSD but that is no longer supported. Plus, +# FreeBSD maintains their own fork anyway. sys-libs/libcxxabi (from +# LLVM upstream) is the suggested replacement (but it's not ABI +# compatible!). +# Removal in 30 days. Bug #705268. +sys-libs/libcxxrt + # Michał Górny <[email protected]> (2020-01-12) # Backport to Python 2.4 - 2.6. Not needed by anything. # Removal in 30 days. Bug #705256.
