From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 0B9421582EF for ; Tue, 11 Mar 2025 14:18:05 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C1A30343142 for ; Tue, 11 Mar 2025 14:18:04 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B913511037F; Tue, 11 Mar 2025 14:18:03 +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 bobolink.gentoo.org (Postfix) with ESMTPS id B181611037F for ; Tue, 11 Mar 2025 14:18:03 +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 5ED7A343142 for ; Tue, 11 Mar 2025 14:18:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E26F71743 for ; Tue, 11 Mar 2025 14:18:01 +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: <1741702588.677804ff898bfb25e140a93104fba7af1363f956.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/amd64/, profiles/arch/arm64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/amd64/package.use.mask profiles/arch/arm64/package.use.mask profiles/arch/base/package.use.mask X-VCS-Directories: profiles/arch/arm64/ profiles/arch/amd64/ profiles/arch/base/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 677804ff898bfb25e140a93104fba7af1363f956 X-VCS-Branch: master Date: Tue, 11 Mar 2025 14:18:01 +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: 568147e4-e09e-4494-ac40-6bf7a7c999cf X-Archives-Hash: 3deea28c2a6d4bb4c6a818b2bdcd0868 commit: 677804ff898bfb25e140a93104fba7af1363f956 Author: Sam James gentoo org> AuthorDate: Tue Mar 11 14:16:28 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 11 14:16:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=677804ff profiles/arch: mask sys-devel/gcc[cobol] except on amd64/arm64 for now The COBOL frontend only allows building on a small number of platforms for now until more testing and integration is done. Fixes: 8238f31c5c8f4122ba30a0e425e55cef5bc366fe Signed-off-by: Sam James gentoo.org> profiles/arch/amd64/package.use.mask | 5 +++++ profiles/arch/arm64/package.use.mask | 5 +++++ profiles/arch/base/package.use.mask | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index c7e4a19d0845..c5a41dc29cea 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,11 @@ #--- END OF EXAMPLES --- +# # Sam James (2025-03-11) +# The COBOL frontend only allows building on a small number of platforms +# for now until more testing and integration is done. +sys-devel/gcc -cobol + # Ionen Wolkens (2025-03-10) # dev-util/nvidia-cuda-toolkit is keyworded here media-video/ffmpeg -npp diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 6451433d19dc..a1bf2726fc8c 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2025-03-11) +# The COBOL frontend only allows building on a small number of platforms +# for now until more testing and integration is done. +sys-devel/gcc -cobol + # Ionen Wolkens (2025-03-10) # dev-util/nvidia-cuda-toolkit is keyworded here media-video/ffmpeg -npp diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index f40bfd17e468..8d11766e0f71 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2025-03-11) +# The COBOL frontend only allows building on a small number of platforms +# for now until more testing and integration is done. +sys-devel/gcc cobol + # Ionen Wolkens (2025-03-10) # dev-util/nvidia-cuda-toolkit has very few keywords media-video/ffmpeg npp