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 C36C4158042 for ; Sat, 19 Oct 2024 18:23:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 081DBE07F0; Sat, 19 Oct 2024 18:23:14 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0FEDE07F0 for ; Sat, 19 Oct 2024 18:23:13 +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 09FFB3430A1 for ; Sat, 19 Oct 2024 18:23:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28E4D1D0A for ; Sat, 19 Oct 2024 18:23:11 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1729362148.5fbb4bea00f120998a3ae5e1dfdd1c26bb6e929f.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatcoll-bindings/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/gnatcoll-bindings/gnatcoll-bindings-24.0.0-r1.ebuild dev-ada/gnatcoll-bindings/gnatcoll-bindings-24.0.0.ebuild X-VCS-Directories: dev-ada/gnatcoll-bindings/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 5fbb4bea00f120998a3ae5e1dfdd1c26bb6e929f X-VCS-Branch: master Date: Sat, 19 Oct 2024 18:23:11 +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: f7637f1b-3a2f-4464-a77d-31bd9382ba10 X-Archives-Hash: a03f6eaf5f42cb57768ab67eec7a15a3 commit: 5fbb4bea00f120998a3ae5e1dfdd1c26bb6e929f Author: Alfredo Tupone gentoo org> AuthorDate: Sat Oct 19 18:17:21 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Oct 19 18:22:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fbb4bea dev-ada/gnatcoll-bindings: enable gcc_14 Signed-off-by: Alfredo Tupone gentoo.org> ...atcoll-bindings-24.0.0.ebuild => gnatcoll-bindings-24.0.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ada/gnatcoll-bindings/gnatcoll-bindings-24.0.0.ebuild b/dev-ada/gnatcoll-bindings/gnatcoll-bindings-24.0.0-r1.ebuild similarity index 98% rename from dev-ada/gnatcoll-bindings/gnatcoll-bindings-24.0.0.ebuild rename to dev-ada/gnatcoll-bindings/gnatcoll-bindings-24.0.0-r1.ebuild index 3ae37f2991ef..a2d86f893703 100644 --- a/dev-ada/gnatcoll-bindings/gnatcoll-bindings-24.0.0.ebuild +++ b/dev-ada/gnatcoll-bindings/gnatcoll-bindings-24.0.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) -ADA_COMPAT=( gnat_2021 gcc_12 gcc_13 ) +ADA_COMPAT=( gnat_2021 gcc_12 gcc_13 gcc_14 ) inherit ada multiprocessing python-single-r1 DESCRIPTION="GNAT Component Collection"