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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 46F76158092 for ; Sun, 19 Sep 2021 12:56:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F1E2E097C; Sun, 19 Sep 2021 12:56:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83E43E097C for ; Sun, 19 Sep 2021 12:56:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 822EB342E8E for ; Sun, 19 Sep 2021 12:56:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98650C8 for ; Sun, 19 Sep 2021 12:56:38 +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: <1632056179.16cd729b032240d57cc8e327cbd7b9bbaeb321d9.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatcoll-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/gnatcoll-core/gnatcoll-core-2020-r1.ebuild dev-ada/gnatcoll-core/gnatcoll-core-2020.ebuild X-VCS-Directories: dev-ada/gnatcoll-core/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 16cd729b032240d57cc8e327cbd7b9bbaeb321d9 X-VCS-Branch: master Date: Sun, 19 Sep 2021 12:56:38 +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: 32ba3fd8-801a-4a9b-a8ba-429bc9e53dd3 X-Archives-Hash: 4dca49188b19ec8d4c353e5202a764db commit: 16cd729b032240d57cc8e327cbd7b9bbaeb321d9 Author: Alfredo Tupone gentoo org> AuthorDate: Sun Sep 19 12:56:19 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Sep 19 12:56:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16cd729b dev-ada/gnatcoll-core: drop gentoo.org> dev-ada/gnatcoll-core/gnatcoll-core-2020-r1.ebuild | 2 +- dev-ada/gnatcoll-core/gnatcoll-core-2020.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ada/gnatcoll-core/gnatcoll-core-2020-r1.ebuild b/dev-ada/gnatcoll-core/gnatcoll-core-2020-r1.ebuild index 1d815b25b35..11d0ca89579 100644 --- a/dev-ada/gnatcoll-core/gnatcoll-core-2020-r1.ebuild +++ b/dev-ada/gnatcoll-core/gnatcoll-core-2020-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -ADA_COMPAT=( gnat_201{7..9} gnat_2020 ) +ADA_COMPAT=( gnat_2019 gnat_2020 ) inherit ada multiprocessing MYP=${P}-20200429-19B7C diff --git a/dev-ada/gnatcoll-core/gnatcoll-core-2020.ebuild b/dev-ada/gnatcoll-core/gnatcoll-core-2020.ebuild index da03ee87752..6599a50b8f7 100644 --- a/dev-ada/gnatcoll-core/gnatcoll-core-2020.ebuild +++ b/dev-ada/gnatcoll-core/gnatcoll-core-2020.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -ADA_COMPAT=( gnat_201{7..9} ) +ADA_COMPAT=( gnat_2019 ) inherit ada multiprocessing MYP=${P}-20200429-19B7C