commit: 8c2108ecdd107062d4bf5ee333468021cef8ac90 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sat Apr 5 14:46:29 2025 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sat Apr 5 14:46:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c2108ec
profiles/prefix/*/*/package.mask: unmask tar-1.35 Older versions have been punted, fixed the libintl linking issue in Prefix overlay. Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> profiles/prefix/darwin/macos/package.mask | 5 ----- profiles/prefix/sunos/solaris/package.mask | 5 ----- 2 files changed, 10 deletions(-) diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask index 26407027cee4..7b793caf48c2 100644 --- a/profiles/prefix/darwin/macos/package.mask +++ b/profiles/prefix/darwin/macos/package.mask @@ -26,11 +26,6 @@ dev-libs/libbsd # embrace guile-3. (bug #825334) media-sound/lilypond -# 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. diff --git a/profiles/prefix/sunos/solaris/package.mask b/profiles/prefix/sunos/solaris/package.mask index 655447e9d10a..fe45577b6beb 100644 --- a/profiles/prefix/sunos/solaris/package.mask +++ b/profiles/prefix/sunos/solaris/package.mask @@ -1,11 +1,6 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Fabian Groffen <[email protected]> (2023-06-23) -# 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 Solaris or gnulib.
