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 677C4158086 for ; Thu, 25 Nov 2021 06:31:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 860F5E07B2; Thu, 25 Nov 2021 06:31:18 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66F6AE07B2 for ; Thu, 25 Nov 2021 06:31:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4AB38342C17 for ; Thu, 25 Nov 2021 06:31:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C7D91D4 for ; Thu, 25 Nov 2021 06:31:15 +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: <1637821828.15ed1c6b67da3fbe14fe24d4eac6d68c0d61154b.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: 15ed1c6b67da3fbe14fe24d4eac6d68c0d61154b X-VCS-Branch: master Date: Thu, 25 Nov 2021 06:31:15 +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: 62b7fee9-2818-4af3-8483-ca0c6e90c65d X-Archives-Hash: c5b0245e731b779b5c6efd9efe72a0c6 commit: 15ed1c6b67da3fbe14fe24d4eac6d68c0d61154b Author: Alfredo Tupone gentoo org> AuthorDate: Thu Nov 25 06:30:28 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Thu Nov 25 06:30:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15ed1c6b base/make.defaults: change default for gnat to 2020 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 4aa838bae261..f25074f9d81a 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_2019" +ADA_TARGET="gnat_2020" # Marek Szuba (2020-10-15) # Default targets for lua{,-single}.eclass