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 AC920158092 for ; Mon, 20 Sep 2021 06:47:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB9DBE0908; Mon, 20 Sep 2021 06:47:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CAF39E0908 for ; Mon, 20 Sep 2021 06:47:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B24C342F80 for ; Mon, 20 Sep 2021 06:47:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 186D3A7 for ; Mon, 20 Sep 2021 06:47:03 +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: <1632120343.081105f51e9ac261bf47721df0af8bf5e3d459ee.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/make.defaults X-VCS-Directories: profiles/base/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 081105f51e9ac261bf47721df0af8bf5e3d459ee X-VCS-Branch: master Date: Mon, 20 Sep 2021 06:47:03 +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: 6f02d470-302e-419f-b3b1-61d0cc8d83e7 X-Archives-Hash: d62d29dbd1ba2665fc3c1d7567a7c2d8 commit: 081105f51e9ac261bf47721df0af8bf5e3d459ee Author: Alfredo Tupone gentoo org> AuthorDate: Mon Sep 20 06:45:43 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Sep 20 06:45:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=081105f5 profiles/base/make.defaults: gnat default to 2019 Signed-off-by: Alfredo Tupone gentoo.org> profiles/base/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index a037994c9e8..db1bba9bb64 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -171,7 +171,7 @@ PHP_TARGETS="php7-3 php7-4" # Alfredo Tupone (2019-09-03) # # Default ADA target -ADA_TARGET="gnat_2018" +ADA_TARGET="gnat_2019" # Marek Szuba (2020-10-15) # Default targets for lua{,-single}.eclass