commit: c6833772e8bfb5a88b7a2803cf9e7f92da217a4c Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Jan 22 00:27:26 2022 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Jan 22 00:30:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6833772
package.mask: mask sys-devel/prelink and app-crypt/hmaccalc Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/package.mask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index a1ffe7417880..69376b902425 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,14 @@ #--- END OF EXAMPLES --- +# Andreas K. Hüttel <[email protected]> (2022-01-22) +# Prelink support is being removed from glibc and was +# already somewhat broken for a while... +# hmaccalc hard-depends on it (?). +# Removal in 30 days. +sys-devel/prelink +app-crypt/hmaccalc + # Volkmar W. Pogatzki <[email protected]> (2022-01-17) # Java-packages with no consumers and depending on virtual/{jdk,jre}-1.6 # Removal in 30 days.
