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 3205C15800F for ; Wed, 22 Feb 2023 18:58:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4204EE077C; Wed, 22 Feb 2023 18:58:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10AD8E077C for ; Wed, 22 Feb 2023 18:58:00 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14706340961 for ; Wed, 22 Feb 2023 18:58:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A387A75 for ; Wed, 22 Feb 2023 18:57:57 +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: <1677092252.ef211c040aecb205d759bca4cff54c5cb5c2e05b.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/libgpr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/libgpr/libgpr-23.0.0.ebuild X-VCS-Directories: dev-ada/libgpr/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: ef211c040aecb205d759bca4cff54c5cb5c2e05b X-VCS-Branch: master Date: Wed, 22 Feb 2023 18:57:57 +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: 1ad2415b-9adc-4bca-aadb-d4818746a219 X-Archives-Hash: 91c03405674f963015eac09869530725 commit: ef211c040aecb205d759bca4cff54c5cb5c2e05b Author: Alfredo Tupone gentoo org> AuthorDate: Wed Feb 22 18:23:51 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed Feb 22 18:57:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef211c04 dev-ada/libgpr: support gcc:12 Signed-off-by: Alfredo Tupone gentoo.org> dev-ada/libgpr/libgpr-23.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ada/libgpr/libgpr-23.0.0.ebuild b/dev-ada/libgpr/libgpr-23.0.0.ebuild index 9e4923a635c3..f659d4abc905 100644 --- a/dev-ada/libgpr/libgpr-23.0.0.ebuild +++ b/dev-ada/libgpr/libgpr-23.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -ADA_COMPAT=( gnat_2021 gcc_12_2_0 ) +ADA_COMPAT=( gnat_2021 gcc_12 gcc_12_2_0 ) inherit ada multiprocessing MYPN=gprbuild