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 C3986158064 for ; Wed, 8 May 2024 10:17:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13AC92BC073; Wed, 8 May 2024 10:17:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 E46062BC073 for ; Wed, 8 May 2024 10:17:00 +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 363F73431A8 for ; Wed, 8 May 2024 10:17:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93F8E19F1 for ; Wed, 8 May 2024 10:16:58 +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: <1715163307.96d3611375863d4bdade73eaef4fe26a1259149d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/llvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/llvm/use.mask X-VCS-Directories: profiles/features/llvm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 96d3611375863d4bdade73eaef4fe26a1259149d X-VCS-Branch: master Date: Wed, 8 May 2024 10:16:58 +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: 0a7e2783-5721-4394-be33-262b282c3557 X-Archives-Hash: ed7b758b92bd932ebcf7fbd206511220 commit: 96d3611375863d4bdade73eaef4fe26a1259149d Author: Sam James gentoo org> AuthorDate: Wed May 8 10:15:07 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 8 10:15:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96d36113 profiles/features/llvm: mask perl_features_quadmath While perl_features_quadmath is new, it's likely we forgot to close the old bugs when adding the initial old mask for USE=quadmath to the LLVM profiles. We may still need to figure something out for when people do CC=clang though... Closes: https://bugs.gentoo.org/835663 Closes: https://bugs.gentoo.org/875101 Closes: https://bugs.gentoo.org/885571 Closes: https://bugs.gentoo.org/931562 Signed-off-by: Sam James gentoo.org> profiles/features/llvm/use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/features/llvm/use.mask b/profiles/features/llvm/use.mask new file mode 100644 index 000000000000..c742acc9c67a --- /dev/null +++ b/profiles/features/llvm/use.mask @@ -0,0 +1,6 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Sam James (2024-05-08) +# libquadmath is gcc-specific +perl_features_quadmath