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 6DFED1584AD for ; Thu, 01 May 2025 21:20:18 +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 59BEC343072 for ; Thu, 01 May 2025 21:20:18 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8C03C1103C0; Thu, 01 May 2025 21:20:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 803321103C0 for ; Thu, 01 May 2025 21:20:10 +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 44322340C7C for ; Thu, 01 May 2025 21:20:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 618E0266B for ; Thu, 01 May 2025 21:20:07 +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: <1746134333.ca22318de1ad1ea45c44897426c021046034eb0c.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/xmlada/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/xmlada/xmlada-25.0.0-r3.ebuild dev-ada/xmlada/xmlada-25.0.0-r5.ebuild X-VCS-Directories: dev-ada/xmlada/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: ca22318de1ad1ea45c44897426c021046034eb0c X-VCS-Branch: master Date: Thu, 01 May 2025 21:20:07 +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: 7216374b-8fa6-4740-81b3-08ad7bbbc2f7 X-Archives-Hash: 271e9941b44c53c965e7ebfcaf96b3f2 commit: ca22318de1ad1ea45c44897426c021046034eb0c Author: Alfredo Tupone gentoo org> AuthorDate: Thu May 1 20:49:49 2025 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Thu May 1 21:18:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca22318d dev-ada/xmlada: support gcc:15 Signed-off-by: Alfredo Tupone gentoo.org> dev-ada/xmlada/{xmlada-25.0.0-r3.ebuild => xmlada-25.0.0-r5.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ada/xmlada/xmlada-25.0.0-r3.ebuild b/dev-ada/xmlada/xmlada-25.0.0-r5.ebuild similarity index 98% rename from dev-ada/xmlada/xmlada-25.0.0-r3.ebuild rename to dev-ada/xmlada/xmlada-25.0.0-r5.ebuild index a4a78fb659f8..f7fba8e63992 100644 --- a/dev-ada/xmlada/xmlada-25.0.0-r3.ebuild +++ b/dev-ada/xmlada/xmlada-25.0.0-r5.ebuild @@ -3,7 +3,7 @@ EAPI=8 -ADA_COMPAT=( gcc_12 gcc_13 gcc_14 ) +ADA_COMPAT=( gcc_{12..15} ) PYTHON_COMPAT=( python3_{10..13} pypy3{,_11} ) inherit ada python-any-r1 multiprocessing