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 0918B15800F for ; Fri, 17 Feb 2023 05:29:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3C50E0909; Fri, 17 Feb 2023 05:29:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 A7D8CE0909 for ; Fri, 17 Feb 2023 05:29:40 +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 C6CC9341167 for ; Fri, 17 Feb 2023 05:29:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C9998C9 for ; Fri, 17 Feb 2023 05:29:36 +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: <1676611661.c41487e0ebd5855ca89d6da5fbecb65ca4d0e18b.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 profiles/features/musl/package.use.mask X-VCS-Directories: profiles/features/musl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c41487e0ebd5855ca89d6da5fbecb65ca4d0e18b X-VCS-Branch: master Date: Fri, 17 Feb 2023 05:29:36 +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: b4f07a0d-bee9-4970-8955-8edeb0ee8ac8 X-Archives-Hash: 0be0016822aebea1566c096d7b674abb commit: c41487e0ebd5855ca89d6da5fbecb65ca4d0e18b Author: Sam James gentoo org> AuthorDate: Fri Feb 17 05:26:44 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 17 05:27:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c41487e0 profiles/features/musl: consolidate masks (mostly binary) Signed-off-by: Sam James gentoo.org> profiles/features/musl/package.mask | 14 ++++---------- profiles/features/musl/package.use.mask | 11 ++++------- 2 files changed, 8 insertions(+), 17 deletions(-) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 992a594434c0..b78b576093f6 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,11 +1,6 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Maciej Barć (2023-01-07) -# Currently ACL2 (sci-mathematics/acl2) unconditionally depends -# on SBCL (dev-lisp/sbcl), which is masked on the musl profile. -sci-mathematics/acl2 - # Sam James (2023-01-02) # Uses error.h, bug #888956 =sys-libs/liburing-2.3 @@ -25,16 +20,15 @@ dev-libs/intel-compute-runtime =sys-devel/gcc-12.2.1_p20230121:12 # Andrey Grozin (2022-12-01) -# These packages depend on dev-lisp/sbcl unconditionally +# sbcl upstream supports only glibc Linux systems, bug #712626 +# and these packages depend on dev-lisp/sbcl unconditionally +dev-lisp/sbcl app-emacs/sly dev-lisp/alexandria +sci-mathematics/acl2 x11-wm/stumpwm x11-wm/stumpwm-contrib -# Andrey Grozin (2022-12-01) -# The upstream supports only glibc Linux systems, bug #712626 -dev-lisp/sbcl - # Sam James (2022-10-17) # Needs porting to musl # https://github.com/rr-debugger/rr/issues/2236 diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index c16b86e9582d..86f5640af642 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -5,13 +5,6 @@ # dev-lisp/sbcl is masked on musl sci-mathematics/fricas sbcl -# Andrew Ammerlaan (2022-12-10) -# sci-libs/mkl is binary only and links to glibc -sci-chemistry/gromacs mkl -sci-libs/armadillo mkl -sci-libs/dlib mkl -sci-libs/trilinos mkl - # Bernd Waibel (2022-10-04) # Mask loguru until fixed upstream #873601 sci-libs/vtk logging @@ -41,6 +34,10 @@ media-video/ffmpeg amf net-fs/openafs tsm net-analyzer/nagios-plugin-check_raid megaraid-sas sys-apps/hwloc gl +sci-chemistry/gromacs mkl +sci-libs/armadillo mkl +sci-libs/dlib mkl +sci-libs/trilinos mkl www-client/qutebrowser widevine # Sam James (2022-10-03)