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 93F05158094 for ; Sun, 25 Sep 2022 01:27:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 582CDE0BC2; Sun, 25 Sep 2022 01:27:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 258B3E0BC2 for ; Sun, 25 Sep 2022 01:27:58 +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 5127F340EA7 for ; Sun, 25 Sep 2022 01:27:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D51435FE for ; Sun, 25 Sep 2022 01:27:53 +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: <1664069243.07d32a980a910272e3d2e92d70c8b8f38c9406da.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/musl/, profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.mask profiles/features/musl/package.mask X-VCS-Directories: profiles/base/ profiles/features/musl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 07d32a980a910272e3d2e92d70c8b8f38c9406da X-VCS-Branch: master Date: Sun, 25 Sep 2022 01:27:53 +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: 5b6c9ee5-4185-4bb5-9577-04752e6d6898 X-Archives-Hash: 2bbf24b9e4d0c740572864d4c4b5243a commit: 07d32a980a910272e3d2e92d70c8b8f38c9406da Author: matoro users noreply github com> AuthorDate: Mon Sep 19 01:31:15 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 25 01:27:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07d32a98 profiles: mask sys-libs/libucontext on non-musl Closes: https://bugs.gentoo.org/834450 Closes: https://github.com/gentoo/gentoo/pull/27342 Signed-off-by: Sam James gentoo.org> profiles/base/package.mask | 1 + profiles/features/musl/package.mask | 1 + 2 files changed, 2 insertions(+) diff --git a/profiles/base/package.mask b/profiles/base/package.mask index 4d33927de983..45d4c0579d8c 100644 --- a/profiles/base/package.mask +++ b/profiles/base/package.mask @@ -4,6 +4,7 @@ # Sam James (2022-09-10) # Mask in general and unmask on specific profiles sys-libs/musl +sys-libs/libucontext # Sam James (2021-11-22) # Mask the older libcrypt virtual (which accepted glibc[crypt]) to ease diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 293a4cc52ee7..58ba9fbef359 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -307,6 +307,7 @@ app-emulation/dosemu # sys-libs/glibc -sys-libs/musl +-sys-libs/libucontext # As of 2021-08-08, >=sys-fs/udev-249-r2 is patched in Gentoo # to work on musl, so no need to mask udev.