From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EC94015800A for ; Mon, 24 Jul 2023 06:56:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BB01E085E; Mon, 24 Jul 2023 06:56:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20FEEE085E for ; Mon, 24 Jul 2023 06:56:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F23553410F4 for ; Mon, 24 Jul 2023 06:56:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62405AC1 for ; Mon, 24 Jul 2023 06:56:05 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1690181728.9a33c5fd987a7cad96635bb856dcb253c38fe8ba.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/macos/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/prefix/darwin/macos/package.mask X-VCS-Directories: profiles/prefix/darwin/macos/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 9a33c5fd987a7cad96635bb856dcb253c38fe8ba X-VCS-Branch: master Date: Mon, 24 Jul 2023 06:56:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 53baed9b-071e-48a8-8845-494d146b20c0 X-Archives-Hash: ec9335725520ed29881019173f32c3de commit: 9a33c5fd987a7cad96635bb856dcb253c38fe8ba Author: Fabian Groffen gentoo org> AuthorDate: Mon Jul 24 06:55:28 2023 +0000 Commit: Fabian Groffen gentoo 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 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 (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 (2023-07-09) # Requires Glibc to work properly. # For example, 'lgetxattr' is not available on macOS or gnulib.