commit: 8dff1babaaf39e2f210a79c13c49df48218e3fb4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Oct 5 18:46:58 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 5 18:47:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dff1bab
profiles: fix gettext mask Bug: https://bugs.gentoo.org/957583 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index d873f7b87e67..05f752ab2d83 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -339,8 +339,8 @@ virtual/perl-Unicode-Normalize # Sam James <[email protected]> (2025-06-08) # Masked for testing (bug #957583). -=sys-devel/gettext-0.25* -=dev-libs/libintl-0.25* +>=sys-devel/gettext-0.24 +>=dev-libs/libintl-0.24 # Michał Górny <[email protected]> (2025-06-07) # Destabilized due to unresolved test failures. If you need this
