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 257E115808B for ; Mon, 30 Sep 2024 02:40:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41D0EE2A37; Mon, 30 Sep 2024 02:40:24 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79F7AE2A37 for ; Mon, 30 Sep 2024 02:40:23 +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 7FE97343171 for ; Mon, 30 Sep 2024 02:40:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC91B14CA for ; Mon, 30 Sep 2024 02:40:20 +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: <1727663966.a048a1e1457b4e7aece98a673bd284563b48c96e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.force X-VCS-Directories: profiles/base/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a048a1e1457b4e7aece98a673bd284563b48c96e X-VCS-Branch: master Date: Mon, 30 Sep 2024 02:40:20 +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: 13b3b3e8-696c-4f31-84c2-8b47df198985 X-Archives-Hash: 6292ff14e02a0a005fa5859f27d9a437 commit: a048a1e1457b4e7aece98a673bd284563b48c96e Author: Sam James gentoo org> AuthorDate: Mon Sep 30 02:39:26 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 30 02:39:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a048a1e1 profiles/base: force dev-lang/gnat-gpl[ada] gnat-gpl only exists for (bootstrapping) Ada. Until bug #940471 is handled, force Ada on. Once it is split/moved/gutted, this won't be necessary as it'll always build Ada. Bug: https://bugs.gentoo.org/940471 Signed-off-by: Sam James gentoo.org> profiles/base/package.use.force | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index f33c69713d02..fe7d666017ea 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,12 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2024-09-30) +# gnat-gpl only exists for (bootstrapping) Ada. Until bug #940471 is handled, +# force Ada on. Once it is split/moved/gutted, this won't be necessary +# as it'll always build Ada. +dev-lang/gnat-gpl ada + # Michał Górny (2024-06-29) # Disabling GIL (enabling freethreading) is experimental and prone # to break packages. Should you choose to test it, please do not file