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 8E2A5158012 for ; Tue, 13 Sep 2022 20:33:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C388AE0864; Tue, 13 Sep 2022 20:33:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 AA744E0864 for ; Tue, 13 Sep 2022 20:33:43 +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 DC2B6340DA5 for ; Tue, 13 Sep 2022 20:33:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 266945C7 for ; Tue, 13 Sep 2022 20:33:41 +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: <1663101211.49074ef1934da8d85dd570dbd267740e5306be8e.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: 49074ef1934da8d85dd570dbd267740e5306be8e X-VCS-Branch: master Date: Tue, 13 Sep 2022 20:33:41 +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: 537299a1-0e90-4194-8651-4a3707668914 X-Archives-Hash: d9364aacca9f118e3f60ce84e191abd5 commit: 49074ef1934da8d85dd570dbd267740e5306be8e Author: Alfredo Tupone gentoo org> AuthorDate: Tue Sep 13 20:30:44 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Tue Sep 13 20:33:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49074ef1 profiles/desc: add gcc_12_2_0 to the ada target list Signed-off-by: Alfredo Tupone gentoo.org> profiles/desc/ada_target.desc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/desc/ada_target.desc b/profiles/desc/ada_target.desc index eeabf1ffaed1..56e98a3ba1af 100644 --- a/profiles/desc/ada_target.desc +++ b/profiles/desc/ada_target.desc @@ -1,5 +1,6 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 gnat_2020 - Compile with dev-lang/gnat-gpl-2020 gnat_2021 - Compile with dev-lang/gnat-gpl-2021 +gcc_12_2_0 - Compile with sys-devel/gcc-12.2.0