commit: c56f2cef3e4c2a354dffb6ba412fc5069027b0c0 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Wed Aug 6 11:03:36 2025 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Wed Aug 6 11:03:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c56f2cef
package.use.mask: Mask glibc[sframe] in general, to be unmasked on supported arches Signed-off-by: Andreas K. Hüttel <dilfridge <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 8a2d0b6f1df4..e53e5d6e6253 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,10 @@ # New entries go on top. +# Andreas K. Hüttel <[email protected]> (2025-08-06) +# General mask, to be unmasked on arches where glibc supports this +>=sys-libs/glibc-2.42 sframe + # Ionen Wolkens <[email protected]> (2025-08-02) # Fails to build, needs looking into but isn't currently needed # by anything and can leave it masked for now.
