commit:     33824d108c38a4dd5120e1ad7c0478537f6b5c34
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Jun 26 16:48:20 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jun 26 17:58:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33824d10

dev-libs/elfutils: remove unused patch

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/21439
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 .../elfutils/files/elfutils-0.183-CC-quote.patch   | 40 ----------------------
 1 file changed, 40 deletions(-)

diff --git a/dev-libs/elfutils/files/elfutils-0.183-CC-quote.patch 
b/dev-libs/elfutils/files/elfutils-0.183-CC-quote.patch
deleted file mode 100644
index 8dc59bec262..00000000000
--- a/dev-libs/elfutils/files/elfutils-0.183-CC-quote.patch
+++ /dev/null
@@ -1,40 +0,0 @@
---- a/tests/Makefile.am
-+++ b/tests/Makefile.am
-@@ -528,7 +528,7 @@ installed_TESTS_ENVIRONMENT = libdir=$(DESTDIR)$(libdir); \
-                             export LC_ALL; export LANG; export VALGRIND_CMD; \
-                             unset DEBUGINFOD_URLS; \
-                             NM=$(NM); export NM; \
--                            CC=$(CC); export CC;
-+                            CC="$(CC)"; export CC;
- installed_LOG_COMPILER = $(abs_srcdir)/test-wrapper.sh \
-                        installed $(tests_rpath) \
-                        '$(program_transform_name)'
-@@ -540,7 +540,7 @@ TESTS_ENVIRONMENT = LC_ALL=C; LANG=C; 
VALGRIND_CMD=$(valgrind_cmd); \
-                   export LC_ALL; export LANG; export VALGRIND_CMD; \
-                   unset DEBUGINFOD_URLS; \
-                   NM=$(NM); export NM; \
--                  CC=$(CC); export CC;
-+                  CC="$(CC)"; export CC;
- LOG_COMPILER = $(abs_srcdir)/test-wrapper.sh \
-              
$(abs_top_builddir)/libdw:$(abs_top_builddir)/backends:$(abs_top_builddir)/libelf:$(abs_top_builddir)/libasm:$(abs_top_builddir)/debuginfod
- 
---- a/tests/Makefile.in
-+++ b/tests/Makefile.in
-@@ -1568,7 +1568,7 @@ installed_TESTS_ENVIRONMENT = 
libdir=$(DESTDIR)$(libdir); \
-                             export LC_ALL; export LANG; export VALGRIND_CMD; \
-                             unset DEBUGINFOD_URLS; \
-                             NM=$(NM); export NM; \
--                            CC=$(CC); export CC;
-+                            CC="$(CC)"; export CC;
- 
- installed_LOG_COMPILER = $(abs_srcdir)/test-wrapper.sh \
-                        installed $(tests_rpath) \
-@@ -1582,7 +1582,7 @@ TESTS_ENVIRONMENT = LC_ALL=C; LANG=C; 
VALGRIND_CMD=$(valgrind_cmd); \
-                   export LC_ALL; export LANG; export VALGRIND_CMD; \
-                   unset DEBUGINFOD_URLS; \
-                   NM=$(NM); export NM; \
--                  CC=$(CC); export CC;
-+                  CC="$(CC)"; export CC;
- 
- LOG_COMPILER = $(abs_srcdir)/test-wrapper.sh \
-              
$(abs_top_builddir)/libdw:$(abs_top_builddir)/backends:$(abs_top_builddir)/libelf:$(abs_top_builddir)/libasm:$(abs_top_builddir)/debuginfod

Reply via email to