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 A80D41582EF for ; Mon, 24 Feb 2025 20:33:11 +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 947803431E5 for ; Mon, 24 Feb 2025 20:33:11 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id AE477110470; Mon, 24 Feb 2025 20:33:02 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id A768A110470 for ; Mon, 24 Feb 2025 20:33:02 +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 65CEC3431AB for ; Mon, 24 Feb 2025 20:33:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B7162764 for ; Mon, 24 Feb 2025 20:32:59 +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: <1740429088.6d98070e5dbae7501a8fe7f5ea15f06e589a6c74.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatdoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/gnatdoc/gnatdoc-24.0.0-r1.ebuild dev-ada/gnatdoc/gnatdoc-24.0.0-r2.ebuild X-VCS-Directories: dev-ada/gnatdoc/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 6d98070e5dbae7501a8fe7f5ea15f06e589a6c74 X-VCS-Branch: master Date: Mon, 24 Feb 2025 20:32:59 +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: 7dce0ffc-7d71-4dda-95fd-bb246fc6b18b X-Archives-Hash: 453a63ddc27704430fe931ef5c0cd058 commit: 6d98070e5dbae7501a8fe7f5ea15f06e589a6c74 Author: Alfredo Tupone gentoo org> AuthorDate: Mon Feb 24 19:52:58 2025 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Feb 24 20:31:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d98070e dev-ada/gnatdoc: drop gnat_2021 Signed-off-by: Alfredo Tupone gentoo.org> dev-ada/gnatdoc/{gnatdoc-24.0.0-r1.ebuild => gnatdoc-24.0.0-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ada/gnatdoc/gnatdoc-24.0.0-r1.ebuild b/dev-ada/gnatdoc/gnatdoc-24.0.0-r2.ebuild similarity index 97% rename from dev-ada/gnatdoc/gnatdoc-24.0.0-r1.ebuild rename to dev-ada/gnatdoc/gnatdoc-24.0.0-r2.ebuild index ac707b0fd08d..11b920a04dbe 100644 --- a/dev-ada/gnatdoc/gnatdoc-24.0.0-r1.ebuild +++ b/dev-ada/gnatdoc/gnatdoc-24.0.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -ADA_COMPAT=( gnat_2021 gcc_12 gcc_13 ) +ADA_COMPAT=( gcc_12 gcc_13 ) inherit ada multiprocessing DESCRIPTION="GNAT Documentation Generation Tool"