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 7D564158096 for ; Sun, 25 Sep 2022 01:21:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B230AE0B92; Sun, 25 Sep 2022 01:21:19 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74643E0B8B for ; Sun, 25 Sep 2022 01:21:19 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91003340E96 for ; Sun, 25 Sep 2022 01:21:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D85EE5EE for ; Sun, 25 Sep 2022 01:21:15 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1664068813.9c93e299c4c4db9edf7c120a87a6f132cbbdfef8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/musl/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/musl/package.mask X-VCS-Directories: profiles/features/musl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9c93e299c4c4db9edf7c120a87a6f132cbbdfef8 X-VCS-Branch: master Date: Sun, 25 Sep 2022 01:21:15 +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: f0dbc4c3-c7d8-43dd-a3f3-1246bab253b1 X-Archives-Hash: 01c5d3f208bcbfcc2a64a12605545c60 commit: 9c93e299c4c4db9edf7c120a87a6f132cbbdfef8 Author: Petr Vaněk atlas cz> AuthorDate: Sun Sep 11 19:58:37 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 25 01:20:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c93e299 profiles/features/musl: mask app-shells/pdsh and net-analyzer/ipcad Both packages require rresvport function, which is not implemented in musl. Closes: https://bugs.gentoo.org/713376 Closes: https://bugs.gentoo.org/713810 Signed-off-by: Petr Vaněk atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/27212 Signed-off-by: Sam James gentoo.org> profiles/features/musl/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 0e5b6a5db232..293a4cc52ee7 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,11 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Petr Vaněk (2022-09-23) +# Musl does not implement rresvport function, bugs #713810 and #713376. +app-shells/pdsh +net-analyzer/ipcad + # Sam James (2022-09-17) # Fails to compile on musl: bug #832868 sys-apps/uutils