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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B82E1382C5 for ; Sun, 10 Jan 2021 10:05:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2A3FE089C; Sun, 10 Jan 2021 10:05:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A867BE01B5 for ; Sun, 10 Jan 2021 10:05:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E3417335C6F for ; Sun, 10 Jan 2021 10:05:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65BC2B8 for ; Sun, 10 Jan 2021 10:05: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: <1610272844.b66acbda345c55bcb41d5b4907568f034ab5a6e9.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: b66acbda345c55bcb41d5b4907568f034ab5a6e9 X-VCS-Branch: master Date: Sun, 10 Jan 2021 10:05: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: f79b2840-4c00-4761-a3b5-e53180ea6e12 X-Archives-Hash: 518c0c5b984df252bc11e2a770cd5c36 commit: b66acbda345c55bcb41d5b4907568f034ab5a6e9 Author: Fabian Groffen gentoo org> AuthorDate: Sun Jan 10 10:00:44 2021 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Jan 10 10:00:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b66acbda profiles/prefix/darwin/macos/package.mask: mask wget-1.21.1 Fails to compile with a bunch of problems, fall back to older version, a next release likely fixes these problems. Signed-off-by: Fabian Groffen gentoo.org> profiles/prefix/darwin/macos/package.mask | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask index 4f8cc88126e..5152d3cb244 100644 --- a/profiles/prefix/darwin/macos/package.mask +++ b/profiles/prefix/darwin/macos/package.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Fabian Groffen (2021-01-10) +# fails to compile on regex and nonull definitions +=net-misc/wget-1.21.1 + # Fabian Groffen (2020-12-20) # we need to establish this darwin-xcode version can really be our # linker once we figure out TAPI support