commit: b9b779cd3e9906a1120ffb52832458f1fdad37ab Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Nov 30 07:24:11 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Nov 30 07:27:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b779cd
profiles/prefix/darwin/macos/package.mask: re-mask gettext Failing with collisions now. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/prefix/darwin/macos/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask index 831cbe6cf8a..c7176c9d1b8 100644 --- a/profiles/prefix/darwin/macos/package.mask +++ b/profiles/prefix/darwin/macos/package.mask @@ -1,6 +1,11 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2020-11-30) +# Builds but collides with libintl despite existing patch +# Temporary mask until investigated +=sys-devel/gettext-0.21 + # Fabian Groffen <[email protected]> (2020-11-23) # no symbols from libopenbsd-compat =net-misc/openssh-8.3_p1-r5
