commit: 9a33c5fd987a7cad96635bb856dcb253c38fe8ba Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Mon Jul 24 06:55:28 2023 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Mon Jul 24 06:55:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a33c5fd
profiles/prefix/darwin/macos: mask tar-1.35 here like on Solaris Same libintl linking problem. Signed-off-by: Fabian Groffen <grobian <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 a0d4caecafae..82ecbd1c566d 100644 --- a/profiles/prefix/darwin/macos/package.mask +++ b/profiles/prefix/darwin/macos/package.mask @@ -1,6 +1,11 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Fabian Groffen <[email protected]> (2023-06-24) +# Fails to link due to missing libintl, already fixed upstream: +# https://git.savannah.gnu.org/cgit/tar.git/commit/?id=8632df398b2f548465ebe68b8f494c0d6f8d913d +=app-arch/tar-1.35 + # Benda Xu <[email protected]> (2023-07-09) # Requires Glibc <sys/xattr.h> to work properly. # For example, 'lgetxattr' is not available on macOS or gnulib.
