diff options
author | Fabian Groffen <grobian@gentoo.org> | 2023-07-24 08:55:28 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2023-07-24 08:55:28 +0200 |
commit | 9a33c5fd987a7cad96635bb856dcb253c38fe8ba (patch) | |
tree | 52a251078b0acee6c13ed7cc08e7b21cfa4080dc /profiles/prefix | |
parent | www-apps/hugo: drop 0.111.3 (diff) | |
download | gentoo-9a33c5fd987a7cad96635bb856dcb253c38fe8ba.tar.gz gentoo-9a33c5fd987a7cad96635bb856dcb253c38fe8ba.tar.bz2 gentoo-9a33c5fd987a7cad96635bb856dcb253c38fe8ba.zip |
profiles/prefix/darwin/macos: mask tar-1.35 here like on Solaris
Same libintl linking problem.
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/darwin/macos/package.mask | 5 |
1 files changed, 5 insertions, 0 deletions
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 <grobian@gentoo.org> (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 <heroxbd@gentoo.org> (2023-07-09) # Requires Glibc <sys/xattr.h> to work properly. # For example, 'lgetxattr' is not available on macOS or gnulib. |