Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gnat-gpl/
Date: Tue, 20 Jun 2017 07:47:55
Message-Id: 1497944851.8a22282ea58c7045d78d57702a1d3ca5134a4974.tupone@gentoo
1 commit: 8a22282ea58c7045d78d57702a1d3ca5134a4974
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 20 07:47:31 2017 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 20 07:47:31 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a22282e
7
8 dev-lang/gnat-gpl: Fix compiler description for gprbuild
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 dev-lang/gnat-gpl/gnat-gpl-2017.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/dev-lang/gnat-gpl/gnat-gpl-2017.ebuild b/dev-lang/gnat-gpl/gnat-gpl-2017.ebuild
16 index 0cddce16ba0..2dc7360a8d3 100644
17 --- a/dev-lang/gnat-gpl/gnat-gpl-2017.ebuild
18 +++ b/dev-lang/gnat-gpl/gnat-gpl-2017.ebuild
19 @@ -82,9 +82,7 @@ src_unpack() {
20 }
21
22 src_prepare() {
23 - sed "${FILESDIR}"/${PN}.xml \
24 - -e "s:@VER@:${PV}:g" \
25 - > ${P}.xml || die
26 + sed -e "s:@VER@:${TOOLCHAIN_GCC_PV}:g" "${FILESDIR}"/${PN}.xml > ${P}.xml
27
28 CC=${GCC}
29 CXX="${gnatbase/gcc/g++}"