From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1287612-garchives=archives.gentoo.org@lists.gentoo.org> 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 5073A1382C5 for <garchives@archives.gentoo.org>; Sat, 29 May 2021 14:19:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91DA6E0802; Sat, 29 May 2021 14:19:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59995E0802 for <gentoo-commits@lists.gentoo.org>; Sat, 29 May 2021 14:19:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10E76340EB0 for <gentoo-commits@lists.gentoo.org>; Sat, 29 May 2021 14:19:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FCAC59C for <gentoo-commits@lists.gentoo.org>; Sat, 29 May 2021 14:19:08 +0000 (UTC) From: "Alfredo Tupone" <tupone@gentoo.org> 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" <tupone@gentoo.org> Message-ID: <1622297936.bd28c3daa7a897e9a8519fe09cc2ab902e22639e.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/desc/ada_target.desc X-VCS-Directories: profiles/desc/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: bd28c3daa7a897e9a8519fe09cc2ab902e22639e X-VCS-Branch: master Date: Sat, 29 May 2021 14:19:08 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9090e757-c59f-4d9a-94fe-f919a2a2088c X-Archives-Hash: 43bacbb150cde205a6eb2a03246bd671 commit: bd28c3daa7a897e9a8519fe09cc2ab902e22639e Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Sat May 29 14:17:41 2021 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sat May 29 14:18:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd28c3da profiles/desc/ada_target.desc: add gnat_2021 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> profiles/desc/ada_target.desc | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/desc/ada_target.desc b/profiles/desc/ada_target.desc index e633b1a1931..ff5c1457628 100644 --- a/profiles/desc/ada_target.desc +++ b/profiles/desc/ada_target.desc @@ -6,3 +6,4 @@ gnat_2017 - Compile with dev-lang/gnat-gpl-2017 gnat_2018 - Compile with dev-lang/gnat-gpl-2018 gnat_2019 - Compile with dev-lang/gnat-gpl-2019 gnat_2020 - Compile with dev-lang/gnat-gpl-2020 +gnat_2021 - Compile with dev-lang/gnat-gpl-2021