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 97526158095 for ; Tue, 4 Oct 2022 02:46:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A545E08C8; Tue, 4 Oct 2022 02:46:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 6ECD9E08C8 for ; Tue, 4 Oct 2022 02:46:56 +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 38CA3340948 for ; Tue, 4 Oct 2022 02:46:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97B0E601 for ; Tue, 4 Oct 2022 02:46: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: <1664851601.ae6a4261843cf6617c47a65674c333e74cf641e0.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.use.mask profiles/features/musl/use.mask X-VCS-Directories: profiles/features/musl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ae6a4261843cf6617c47a65674c333e74cf641e0 X-VCS-Branch: master Date: Tue, 4 Oct 2022 02:46: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: 65972e38-aa74-4cd1-b374-935dbf54a8ce X-Archives-Hash: 77456ecfc8d4083b830a9721473139b8 commit: ae6a4261843cf6617c47a65674c333e74cf641e0 Author: Sam James gentoo org> AuthorDate: Tue Oct 4 02:07:13 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 4 02:46:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae6a4261 profiles/features/musl: restructure use.mask a bit for all bin-related masks Signed-off-by: Sam James gentoo.org> profiles/features/musl/package.use.mask | 6 ------ profiles/features/musl/use.mask | 14 ++++++++------ 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index 1c854d175c4b..d2ed7cb1242c 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -23,12 +23,6 @@ www-client/qutebrowser widevine # nls support, see bug #712828 x11-wm/fluxbox nls -# Marco Genasci (2022-01-06) -# Pulls dev-db/oracle-instantclient which doesn't work on musl -app-metrics/collectd collectd_plugins_oracle -dev-lang/php oci8-instant-client -dev-qt/qtsql oci8 - # Ulrich Müller (2022-01-04) # musl iconv doesn't know about shift-jis which is needed for Japanese # documentation (bug #830436) diff --git a/profiles/features/musl/use.mask b/profiles/features/musl/use.mask index 4bd837547d59..f43bb9ce228a 100644 --- a/profiles/features/musl/use.mask +++ b/profiles/features/musl/use.mask @@ -6,12 +6,18 @@ elibc_glibc # Sam James (2022-10-04) -# dev-libs/luise is a binary package linked against glibc and is masked on musl +# Mask USE flags which pull in a binary package linked against glibc (rolling +# mask, use for all such packages) +collectd_plugins_oracle lcd_devices_luise +oracle +oci8 +oci8-instant-client # Sam James (2022-10-03) # x11-drivers/nvidia-drivers is a binary package linked against glibc -# and is masked on musl +# and is masked on musl. (We give nvidia its own block given they're +# all related). cuda cudnn collectd_plugins_gpu_nvidia @@ -20,10 +26,6 @@ nvidia nvml video_cards_nvidia -# Marco Genasci (2022-01-06) -# Pulls dev-db/oracle-instantclient which doesn't work on musl -oracle - # sys-apps/systemd is masked systemd uwsgi_plugins_systemd_logger