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 95EB9139694 for ; Tue, 20 Jun 2017 07:47:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E155DE084F; Tue, 20 Jun 2017 07:47:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BFC07E084F for ; Tue, 20 Jun 2017 07:47:54 +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 8ACE6341A6D for ; Tue, 20 Jun 2017 07:47:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8374A746C for ; Tue, 20 Jun 2017 07:47:51 +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: <1497944851.8a22282ea58c7045d78d57702a1d3ca5134a4974.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gnat-gpl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/gnat-gpl/gnat-gpl-2017.ebuild X-VCS-Directories: dev-lang/gnat-gpl/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 8a22282ea58c7045d78d57702a1d3ca5134a4974 X-VCS-Branch: master Date: Tue, 20 Jun 2017 07:47:51 +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-Archives-Salt: fd881cb9-3396-477f-afb5-4f5fbb0f5913 X-Archives-Hash: 27b4828f42c6b0937cc7b6151b32ec37 commit: 8a22282ea58c7045d78d57702a1d3ca5134a4974 Author: Tupone Alfredo gentoo org> AuthorDate: Tue Jun 20 07:47:31 2017 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Tue Jun 20 07:47:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a22282e dev-lang/gnat-gpl: Fix compiler description for gprbuild Package-Manager: Portage-2.3.5, Repoman-2.3.1 dev-lang/gnat-gpl/gnat-gpl-2017.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-lang/gnat-gpl/gnat-gpl-2017.ebuild b/dev-lang/gnat-gpl/gnat-gpl-2017.ebuild index 0cddce16ba0..2dc7360a8d3 100644 --- a/dev-lang/gnat-gpl/gnat-gpl-2017.ebuild +++ b/dev-lang/gnat-gpl/gnat-gpl-2017.ebuild @@ -82,9 +82,7 @@ src_unpack() { } src_prepare() { - sed "${FILESDIR}"/${PN}.xml \ - -e "s:@VER@:${PV}:g" \ - > ${P}.xml || die + sed -e "s:@VER@:${TOOLCHAIN_GCC_PV}:g" "${FILESDIR}"/${PN}.xml > ${P}.xml CC=${GCC} CXX="${gnatbase/gcc/g++}"