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 F314015A7D9 for ; Thu, 16 Mar 2023 02:58:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59CF1E07EA; Thu, 16 Mar 2023 02:58:49 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D4E8E07E1 for ; Thu, 16 Mar 2023 02:58:49 +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 2762D340D2B for ; Thu, 16 Mar 2023 02:58:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C39BC888 for ; Thu, 16 Mar 2023 02:58:45 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1678933573.d8859162a5e027d6a3bf4bd17ec5ee6a271181c3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc32/, profiles/arch/sparc/, profiles/arch/loong/, ... X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/loong/package.use.mask profiles/arch/powerpc/ppc32/package.use.mask profiles/arch/riscv/package.use.mask profiles/arch/sparc/package.use.mask X-VCS-Directories: profiles/arch/riscv/ profiles/arch/sparc/ profiles/arch/loong/ profiles/arch/powerpc/ppc32/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d8859162a5e027d6a3bf4bd17ec5ee6a271181c3 X-VCS-Branch: master Date: Thu, 16 Mar 2023 02:58:45 +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: 94fd2a8e-68a9-4bd4-bd7e-2c4cc03997e6 X-Archives-Hash: 273cebebc85f5fc3acf01056afbed343 commit: d8859162a5e027d6a3bf4bd17ec5ee6a271181c3 Author: Michał Górny gentoo org> AuthorDate: Thu Mar 16 02:26:13 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 16 02:26:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8859162 profiles/arch: Update sys-devel/clang* USE masks Signed-off-by: Michał Górny gentoo.org> profiles/arch/loong/package.use.mask | 4 +--- profiles/arch/powerpc/ppc32/package.use.mask | 8 -------- profiles/arch/riscv/package.use.mask | 5 ----- profiles/arch/sparc/package.use.mask | 4 ---- 4 files changed, 1 insertion(+), 20 deletions(-) diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask index 721deb5a7efc..4c7686c3bf4a 100644 --- a/profiles/arch/loong/package.use.mask +++ b/profiles/arch/loong/package.use.mask @@ -143,11 +143,9 @@ app-office/libreoffice clang # LLVM toolchain now partially usable on loong, mask the remaining pieces # pending test/bugfixes/porting. # -# - sys-libs/libcxx: will work once https://reviews.llvm.org/D139297 lands # - sys-devel/lld: port is still under review dev-util/lldb test -sys-devel/clang-common default-libcxx default-lld -sys-devel/clang-runtime libcxx +sys-devel/clang-common default-lld # WANG Xuerui (2022-11-18) # net-libs/webkit-gtk is not available on loong yet. diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask index db65690bc34e..30c090779671 100644 --- a/profiles/arch/powerpc/ppc32/package.use.mask +++ b/profiles/arch/powerpc/ppc32/package.use.mask @@ -195,18 +195,10 @@ net-analyzer/wireshark bcg729 # Incomplete support, bug #605878. net-vpn/tor seccomp -# Michał Górny (2017-03-23) -# Most of clang runtimes are not supported here -sys-devel/clang-runtime openmp sanitize - # Andreas K. Hüttel (2016-12-13) # Dropping ppc from sci-libs/armadillo, bug 555896 sci-libs/gdal armadillo -# Michał Górny (2016-11-18) -# libomp does not support 32-bit PPC, #600148. -sys-devel/clang-runtime openmp - # Arfrever Frehtes Taifersar Arahesis (2016-08-01) # kde-frameworks/*:5 not keyworded. net-irc/kvirc kde diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 52afa87c7991..63b53b0ff2e9 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -63,11 +63,6 @@ dev-libs/cyrus-sasl berkdb dev-python/QtPy pyside2 webengine dev-python/QtPy test -# Jakov Smolić (2022-06-07) -# riscv has no sanitizers unmasked for the time being, so -# mask to prevent emerge from erroring out by default -sys-devel/clang-runtime sanitize - # Marek Szuba (2022-04-30) # net-wireless/sdrplay contains prebuilt binaries, currently available # upstream only for amd64/x86 and arm diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index ae581f80df87..7953c92cf977 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -420,10 +420,6 @@ dev-libs/hiredis test # DOSBox + OpenGLide is untested on this arch. games-emulation/dosbox glide -# Michał Górny (2016-11-18) -# libomp does not support SPARC, #600148. -sys-devel/clang-runtime openmp - # Christian Ruppert (2016-10-14) # dnstap USE masked due to missing keywords net-dns/bind dnstap