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 3DEB71382C5 for ; Mon, 31 May 2021 08:42:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FA87E0843; Mon, 31 May 2021 08:42:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65CC9E0843 for ; Mon, 31 May 2021 08:42:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7F1F340AA7 for ; Mon, 31 May 2021 08:42:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67ADE720 for ; Mon, 31 May 2021 08:42:37 +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: <1622450540.684579cabe8b97ec395650d1ec892b9ad9796dd2.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gprbuild/files/, dev-ada/gprbuild/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/gprbuild/files/gprbuild-2021-gentoo.patch dev-ada/gprbuild/gprbuild-2021-r1.ebuild dev-ada/gprbuild/gprbuild-2021.ebuild X-VCS-Directories: dev-ada/gprbuild/ dev-ada/gprbuild/files/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 684579cabe8b97ec395650d1ec892b9ad9796dd2 X-VCS-Branch: master Date: Mon, 31 May 2021 08:42:37 +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: f556ae5c-1375-46ee-9fd8-8115bd874434 X-Archives-Hash: f27e54aff51fdd9a9f3c723fdffed9be commit: 684579cabe8b97ec395650d1ec892b9ad9796dd2 Author: Alfredo Tupone gentoo org> AuthorDate: Mon May 31 08:42:20 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon May 31 08:42:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=684579ca dev-ada/gprbuild: fix gnat discovery Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> dev-ada/gprbuild/files/gprbuild-2021-gentoo.patch | 8 +++++++- .../gprbuild/{gprbuild-2021.ebuild => gprbuild-2021-r1.ebuild} | 0 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/dev-ada/gprbuild/files/gprbuild-2021-gentoo.patch b/dev-ada/gprbuild/files/gprbuild-2021-gentoo.patch index ac61f561785..15264d6828e 100644 --- a/dev-ada/gprbuild/files/gprbuild-2021-gentoo.patch +++ b/dev-ada/gprbuild/files/gprbuild-2021-gentoo.patch @@ -65,7 +65,7 @@ -@@ -185,9 +185,9 @@ +@@ -185,14 +185,14 @@ --> GNAT @@ -77,6 +77,12 @@ Ada + +- ${PREFIX}gcc -v ++ ${PREFIX}gcc-@VER@ -v + + + @@ -202,68 +202,11 @@ \.\./$TARGET/lib/gnat/(.*)/adalib/ diff --git a/dev-ada/gprbuild/gprbuild-2021.ebuild b/dev-ada/gprbuild/gprbuild-2021-r1.ebuild similarity index 100% rename from dev-ada/gprbuild/gprbuild-2021.ebuild rename to dev-ada/gprbuild/gprbuild-2021-r1.ebuild