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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F0288158021 for ; Mon, 21 Nov 2022 17:37:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4799AE09C7; Mon, 21 Nov 2022 17:37:36 +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 2EA00E09C7 for ; Mon, 21 Nov 2022 17:37:36 +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 3E70434106B for ; Mon, 21 Nov 2022 17:37:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8C1B6D2 for ; Mon, 21 Nov 2022 17:37:33 +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: <1669052242.94de576322282b26182c55b22ccae16878bb4f63.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/ada_libfswatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/ada_libfswatch/ada_libfswatch-20201105.ebuild X-VCS-Directories: dev-ada/ada_libfswatch/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 94de576322282b26182c55b22ccae16878bb4f63 X-VCS-Branch: master Date: Mon, 21 Nov 2022 17:37:33 +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: 81a1757f-cfda-49d7-965a-3514b822f225 X-Archives-Hash: 65577cd71b695bc2ce3cd9bada4b64e9 commit: 94de576322282b26182c55b22ccae16878bb4f63 Author: Alfredo Tupone gentoo org> AuthorDate: Mon Nov 21 17:36:46 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Nov 21 17:37:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94de5763 dev-ada/ada_libfswatch: drop support for gnat_2020 Signed-off-by: Alfredo Tupone gentoo.org> dev-ada/ada_libfswatch/ada_libfswatch-20201105.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ada/ada_libfswatch/ada_libfswatch-20201105.ebuild b/dev-ada/ada_libfswatch/ada_libfswatch-20201105.ebuild index a6b20addc381..0cfd6ec3840f 100644 --- a/dev-ada/ada_libfswatch/ada_libfswatch-20201105.ebuild +++ b/dev-ada/ada_libfswatch/ada_libfswatch-20201105.ebuild @@ -3,7 +3,7 @@ EAPI=7 -ADA_COMPAT=( gnat_202{0,1} gcc_12_2_0 ) +ADA_COMPAT=( gnat_2021 gcc_12_2_0 ) inherit ada commitId=94c0a5f137b88113a791a148b60e5e7d019d6fa1