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 CB9BF1582EF for ; Thu, 13 Feb 2025 17:51:49 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B0FA3343086 for ; Thu, 13 Feb 2025 17:51:49 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A590111042D; Thu, 13 Feb 2025 17:51:48 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 9A0D611042D for ; Thu, 13 Feb 2025 17:51:48 +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 4C409342FE4 for ; Thu, 13 Feb 2025 17:51:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5525217D for ; Thu, 13 Feb 2025 17:51:46 +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: <1739469076.23b50c6c1fe264b0e5dd9149e9a560b2b506b1de.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/toolchain.eclass X-VCS-Directories: eclass/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 23b50c6c1fe264b0e5dd9149e9a560b2b506b1de X-VCS-Branch: master Date: Thu, 13 Feb 2025 17:51:46 +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: 50a1963b-b7ee-4d1c-b3cf-2fa8ae4b6b97 X-Archives-Hash: 1de5863ead7ce9a8610a7e3b6f56c46e commit: 23b50c6c1fe264b0e5dd9149e9a560b2b506b1de Author: Sam James gentoo org> AuthorDate: Thu Feb 13 17:50:07 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 13 17:51:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23b50c6c toolchain.eclass: drop gnat-gpl from *DEPEND The binhost builder sometimes ends up trying to build gnat-gpl which fails on some stuff like Fortran sometimes. It's not worth spending time investigating, we have ada-bootstrap for a reason, including dev-lang/ada-bootstrap-0_p2021-r1 which is the same as gnat-gpl was but with the other languages stripped out. Last-rites for gnat-gpl will follow in a little while. Signed-off-by: Sam James gentoo.org> eclass/toolchain.eclass | 2 -- 1 file changed, 2 deletions(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index f0a6caf56748..458105d7a56c 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -424,7 +424,6 @@ if [[ ${PN} != gnat-gpl ]] && tc_has_feature ada ; then sys-devel/gcc:${SLOT}[ada]