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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 59070158013 for ; Tue, 15 Oct 2024 21:59:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EDBDE07B3; Tue, 15 Oct 2024 21:59:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 77C11E07B3 for ; Tue, 15 Oct 2024 21:59:55 +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 5AA8A34069F for ; Tue, 15 Oct 2024 21:59:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0E3E11DF for ; Tue, 15 Oct 2024 21:59:52 +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: <1729029569.df5ffe6c0a1bf8c25aa6cb774bf1525ff4557f6f.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: df5ffe6c0a1bf8c25aa6cb774bf1525ff4557f6f X-VCS-Branch: master Date: Tue, 15 Oct 2024 21:59:52 +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: 038e660a-1f7a-4f86-839e-4e6a748ff033 X-Archives-Hash: da97987dea9b9b8e876805cb0c8b1fb3 commit: df5ffe6c0a1bf8c25aa6cb774bf1525ff4557f6f Author: Sam James gentoo org> AuthorDate: Tue Oct 15 21:59:07 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 15 21:59:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df5ffe6c profiles/base: force on dev-lang/gnat-gpl[cxx] too Without USE=cxx, it'll silently disable Ada support. Bug: https://bugs.gentoo.org/937774 Signed-off-by: Sam James gentoo.org> profiles/base/package.use.force | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 800efe47743b..6da238d69422 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -5,7 +5,7 @@ # 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 +dev-lang/gnat-gpl ada cxx # Sam James (2024-06-03) # Poor rendering performance otherwise (bug #931215).