commit:     6c8be7b7143253060636432da4db16f63fe3e18e
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Nov 25 15:50:49 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 17:47:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c8be7b7

dev-ada/gprbuild: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/28426
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-ada/gprbuild/files/gprbuild-22.0.0-nm.patch | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/dev-ada/gprbuild/files/gprbuild-22.0.0-nm.patch 
b/dev-ada/gprbuild/files/gprbuild-22.0.0-nm.patch
deleted file mode 100644
index 062d7960fce7..000000000000
--- a/dev-ada/gprbuild/files/gprbuild-22.0.0-nm.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/share/gprconfig/linker.xml       2021-12-21 22:36:01.054738486 +0100
-+++ b/share/gprconfig/linker.xml       2021-12-21 22:36:59.973738600 +0100
-@@ -128,7 +128,8 @@
-       <host name="^i686.*-linux.*$" />
-     </hosts>
-     <config>
--   for Object_Lister use ("nm", "-g");
-+   NM := External("NM", "nm");
-+   for Object_Lister use (NM, "-g");
-    for Object_Lister_Matcher use " [TDRB] (.*)";
- 
-    package Linker is

Reply via email to