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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2AAFF158020 for ; Thu, 1 Dec 2022 16:45:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41CD4E069C; Thu, 1 Dec 2022 16:45:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 260E4E069C for ; Thu, 1 Dec 2022 16:45:11 +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 B2BBC33BED5 for ; Thu, 1 Dec 2022 16:45:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A2F7477 for ; Thu, 1 Dec 2022 16:45:09 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1669913087.45809e4b2323d41fe369017941c0292b7fcd3973.grozin@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 profiles/features/musl/use.mask X-VCS-Directories: profiles/features/musl/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: 45809e4b2323d41fe369017941c0292b7fcd3973 X-VCS-Branch: master Date: Thu, 1 Dec 2022 16:45:09 +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: 9ea36fcb-6314-47fc-bf62-e6c50f61b780 X-Archives-Hash: 10b35d8e5014992fbdece7010a0ca8eb commit: 45809e4b2323d41fe369017941c0292b7fcd3973 Author: Andrey Grozin gentoo org> AuthorDate: Thu Dec 1 16:44:47 2022 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Thu Dec 1 16:44:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45809e4b mask dev-lisp/sbcl Signed-off-by: Andrey Grozin gentoo.org> profiles/features/musl/package.mask | 7 +++++++ profiles/features/musl/use.mask | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 09ce415a0601..549cbba17944 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,13 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andrey Grozin (2022-12-01) +# These packages depend on dev-lisp/sbcl unconditionally +app-emacs/sly +dev-lisp/alexandria +dev-ros/roslisp +x11-wm/stumpwm + # Andrey Grozin (2022-12-01) # The upstream supports only glibc Linux systems dev-lisp/sbcl diff --git a/profiles/features/musl/use.mask b/profiles/features/musl/use.mask index 9f14eb480107..21cdca44d19a 100644 --- a/profiles/features/musl/use.mask +++ b/profiles/features/musl/use.mask @@ -5,6 +5,10 @@ -elibc_musl elibc_glibc +# Andrey Grozin (2022-12-01) +# dev-lisp/sbcl is masked +sbcl + # Sam James (2022-10-04) # sci-libs/opencascade is masked on musl occ