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/langkit/files/
Date: Wed, 19 Jan 2022 20:32:11
Message-Id: 1642624284.854110b65b471a0ad2a7b2b9813f9f806d521297.tupone@gentoo
1 commit: 854110b65b471a0ad2a7b2b9813f9f806d521297
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Wed Dec 22 07:06:57 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 19 20:31:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=854110b6
7
8 dev-ada/langkit: remove unused patch(es)
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/23467
13 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
14
15 dev-ada/langkit/files/langkit-22.0.0-gnarl.patch | 10 ----------
16 1 file changed, 10 deletions(-)
17
18 diff --git a/dev-ada/langkit/files/langkit-22.0.0-gnarl.patch b/dev-ada/langkit/files/langkit-22.0.0-gnarl.patch
19 deleted file mode 100644
20 index fb69768dc9de..000000000000
21 --- a/dev-ada/langkit/files/langkit-22.0.0-gnarl.patch
22 +++ /dev/null
23 @@ -1,10 +0,0 @@
24 ---- a/langkit/templates/mains_project_file.mako 2020-06-09 09:34:36.677265457 +0200
25 -+++ b/langkit/templates/mains_project_file.mako 2020-06-09 09:35:30.569451995 +0200
26 -@@ -40,4 +40,7 @@
27 - for Switches ("ada") use ("-E");
28 - end Binder;
29 -
30 -+ package Linker is
31 -+ for Switches ("ada") use ("-lgnat", "-lgnarl");
32 -+ end Linker;
33 - end Mains;