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-ada/gprbuild/files/, dev-ada/gprbuild/
Date: Fri, 19 Oct 2018 20:30:26
Message-Id: 1539981010.1340f40143dcafb4f0d64de0fb7b58de01a892f5.tupone@gentoo
1 commit: 1340f40143dcafb4f0d64de0fb7b58de01a892f5
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 19 20:29:47 2018 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 19 20:30:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1340f401
7
8 dev-ada/gprbuild: Fix gnatbind path
9
10 Closes: https://bugs.gentoo.org/668964
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12 Package-Manager: Portage-2.3.49, Repoman-2.3.11
13
14 dev-ada/gprbuild/files/gprbuild-2018-gentoo.patch | 10 ++++++++++
15 .../{gprbuild-2018-r2.ebuild => gprbuild-2018-r3.ebuild} | 0
16 2 files changed, 10 insertions(+)
17
18 diff --git a/dev-ada/gprbuild/files/gprbuild-2018-gentoo.patch b/dev-ada/gprbuild/files/gprbuild-2018-gentoo.patch
19 index 9f62ec9ff9d..1f967b61d4c 100644
20 --- a/dev-ada/gprbuild/files/gprbuild-2018-gentoo.patch
21 +++ b/dev-ada/gprbuild/files/gprbuild-2018-gentoo.patch
22 @@ -241,6 +241,16 @@
23 for Language_Kind ("Ada") use "unit_based";
24 for Dependency_Kind ("Ada") use "ALI_File";
25 for Leading_Required_Switches ("Ada") use
26 +@@ -77,6 +77,9 @@
27 + for Objects_Path_File ("Ada") use "ADA_PRJ_OBJECTS_FILE";
28 + for Driver ("Ada") use
29 + "${GPRCONFIG_PREFIX}libexec/gprbuild/gprbind";
30 ++ for Switches ("Ada") use ("--gnatbind_path=gnatbind-@VER@");
31 ++ for Required_Switches ("Ada") use
32 ++ Binder'Required_Switches ("Ada") &amp; ("--RTS=${RUNTIME_DIR(ada)}");
33 + end Binder;
34 +
35 + for Toolchain_Version ("Ada") use "GNAT ${VERSION(ada)}";
36 --- a/share/gprconfig/c.xml 2018-10-17 21:31:44.442501471 +0200
37 +++ b/share/gprconfig/c.xml 2018-10-17 21:33:06.562088044 +0200
38 @@ -14,7 +14,7 @@
39
40 diff --git a/dev-ada/gprbuild/gprbuild-2018-r2.ebuild b/dev-ada/gprbuild/gprbuild-2018-r3.ebuild
41 similarity index 100%
42 rename from dev-ada/gprbuild/gprbuild-2018-r2.ebuild
43 rename to dev-ada/gprbuild/gprbuild-2018-r3.ebuild