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/libadalang/files/
Date: Sun, 14 Oct 2018 19:49:26
Message-Id: 1539546554.ef3cb9edf778782e078d8b4cb922330017c9dd48.tupone@gentoo
1 commit: ef3cb9edf778782e078d8b4cb922330017c9dd48
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 14 19:48:45 2018 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 14 19:49:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef3cb9ed
7
8 dev-ada/libadalang: No need to rewrite C driver
9
10 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 dev-ada/libadalang/files/libadalang-2018-gentoo.patch | 10 ----------
14 1 file changed, 10 deletions(-)
15
16 diff --git a/dev-ada/libadalang/files/libadalang-2018-gentoo.patch b/dev-ada/libadalang/files/libadalang-2018-gentoo.patch
17 index ef92b255cf4..96c45c74a85 100644
18 --- a/dev-ada/libadalang/files/libadalang-2018-gentoo.patch
19 +++ b/dev-ada/libadalang/files/libadalang-2018-gentoo.patch
20 @@ -1,13 +1,3 @@
21 ---- a/ada/testsuite/testsuite_support/capi_driver.py 2017-07-30 16:01:31.495287196 +0200
22 -+++ b/ada/testsuite/testsuite_support/capi_driver.py 2017-07-30 16:00:08.104464440 +0200
23 -@@ -72,6 +72,7 @@
24 - -- different default standard.
25 -
26 - "-I{support_include_dir}", "-g");
27 -+ for Driver ("C") use External ("GCC", "gcc");
28 - end Compiler;
29 - end P;
30 - '''.format(main_source=compile_units[0],
31 --- a/ada/testsuite/tests/c_api/unit_file_providers/test.out 2018-07-05 20:57:15.718357269 +0200
32 +++ b/ada/testsuite/tests/c_api/unit_file_providers/test.out 2018-07-05 20:58:47.363026320 +0200
33 @@ -5,6 +5,8 @@