commit: 1f566fa8b0c840367f4a766d42c0a846e58ea0b8 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sun Jun 21 10:24:56 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sun Jun 21 10:25:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f566fa8
profiles/package.mask: mask virtual/libstdc++ for removal Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> profiles/package.deprecated | 6 ------ profiles/package.mask | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index e64c4ea6a60..91187be2138 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -17,12 +17,6 @@ #--- END OF EXAMPLES --- -# Sergei Trofimovich <[email protected]> (2020-02-22) -# virtual/libstdc++ has only one sys-libs/libstdc++-v3 provider. -# Use that instead. Or even better use none of them. It's a -# library from 2005. -virtual/libstdc++ - # Andreas Sturmlechner <[email protected]> (2020-05-17) # Abandoned upstream, countless bugs. Removal tracked in bug #659616 sys-power/pm-utils diff --git a/profiles/package.mask b/profiles/package.mask index 4542b18fd66..6dc7911e32b 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,12 @@ #--- END OF EXAMPLES --- +# Sergei Trofimovich <[email protected]> (2020-06-21) +# virtual/libstdc++ has only one sys-libs/libstdc++-v3 provider. +# Use that instead. Or even better use none of them. It's a +# library from 2005. Removal in 30 days. +virtual/libstdc++ + # Andreas Sturmlechner <[email protected]> (2020-06-20) # Stuck on Python 2, depends on deprecated dev-python/pygobject:2 media-libs/pymemphis
