commit: 12605a61e8599a5a78e5b1c1ce12768d412af868 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Dec 31 14:26:47 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 31 14:28:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12605a61
package.mask: Last rite dev-libs/dmalloc Many open bugs and requires a large amount of patching to build correctly as a shared library. Breaks reverse dependencies in a few ways. Bug: https://bugs.gentoo.org/426564 Bug: https://bugs.gentoo.org/577032 Bug: https://bugs.gentoo.org/864767 Bug: https://bugs.gentoo.org/883389 Bug: https://bugs.gentoo.org/924828 Bug: https://bugs.gentoo.org/924174 Bug: https://bugs.gentoo.org/945177 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 8cf727bfd3d8..fd4748768608 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,12 @@ #--- END OF EXAMPLES --- +# Sam James <[email protected]> (2024-12-31) +# Many open bugs and requires a large amount of patching to build correctly +# as a shared library. Breaks reverse dependencies in a few ways. +# Removal on 2025-01-30. bug #924174 and friends. +dev-libs/dmalloc + # Michał Górny <[email protected]> (2024-12-29) # As of 3.1.0, upstream has removed all mocking and made it impossible # to test the package locally. As such, we cannot maintain it going
