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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 14D54158020 for ; Wed, 16 Nov 2022 20:11:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29802E091D; Wed, 16 Nov 2022 20:11:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0BC1FE091D for ; Wed, 16 Nov 2022 20:11:57 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8FD5340DA0 for ; Wed, 16 Nov 2022 20:11:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C578523 for ; Wed, 16 Nov 2022 20:11:55 +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: <1668629500.e8fa69dfa24e4f62103cd3634a39b522bd2c2da2.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: e8fa69dfa24e4f62103cd3634a39b522bd2c2da2 X-VCS-Branch: master Date: Wed, 16 Nov 2022 20:11:55 +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: a13caffe-0087-401c-8fc8-89c9e8662b07 X-Archives-Hash: a5f3e7b90acdafb5a5720cf01db53666 commit: e8fa69dfa24e4f62103cd3634a39b522bd2c2da2 Author: Alfredo Tupone gentoo org> AuthorDate: Wed Nov 16 20:10:41 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed Nov 16 20:11:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8fa69df profiles/base: change ada default to gnat_2021 Signed-off-by: Alfredo Tupone gentoo.org> profiles/base/make.defaults | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 1117b529b3dd..332b189ec623 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -172,10 +172,10 @@ POSTGRES_TARGETS="postgres12 postgres13" # PHP_TARGETS="php7-4 php8-0" -# Alfredo Tupone (2019-09-03) +# Alfredo Tupone (2022-11-16) # # Default ADA target -ADA_TARGET="gnat_2020" +ADA_TARGET="gnat_2021" # Marek Szuba (2020-10-15) # Default targets for lua{,-single}.eclass