Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/elfutils/files/
Date: Sat, 26 Jun 2021 17:58:13
Message-Id: 1624730287.33824d108c38a4dd5120e1ad7c0478537f6b5c34.slyfox@gentoo
1 commit: 33824d108c38a4dd5120e1ad7c0478537f6b5c34
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Sat Jun 26 16:48:20 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 26 17:58:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33824d10
7
8 dev-libs/elfutils: remove unused patch
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Closes: https://github.com/gentoo/gentoo/pull/21439
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 .../elfutils/files/elfutils-0.183-CC-quote.patch | 40 ----------------------
16 1 file changed, 40 deletions(-)
17
18 diff --git a/dev-libs/elfutils/files/elfutils-0.183-CC-quote.patch b/dev-libs/elfutils/files/elfutils-0.183-CC-quote.patch
19 deleted file mode 100644
20 index 8dc59bec262..00000000000
21 --- a/dev-libs/elfutils/files/elfutils-0.183-CC-quote.patch
22 +++ /dev/null
23 @@ -1,40 +0,0 @@
24 ---- a/tests/Makefile.am
25 -+++ b/tests/Makefile.am
26 -@@ -528,7 +528,7 @@ installed_TESTS_ENVIRONMENT = libdir=$(DESTDIR)$(libdir); \
27 - export LC_ALL; export LANG; export VALGRIND_CMD; \
28 - unset DEBUGINFOD_URLS; \
29 - NM=$(NM); export NM; \
30 -- CC=$(CC); export CC;
31 -+ CC="$(CC)"; export CC;
32 - installed_LOG_COMPILER = $(abs_srcdir)/test-wrapper.sh \
33 - installed $(tests_rpath) \
34 - '$(program_transform_name)'
35 -@@ -540,7 +540,7 @@ TESTS_ENVIRONMENT = LC_ALL=C; LANG=C; VALGRIND_CMD=$(valgrind_cmd); \
36 - export LC_ALL; export LANG; export VALGRIND_CMD; \
37 - unset DEBUGINFOD_URLS; \
38 - NM=$(NM); export NM; \
39 -- CC=$(CC); export CC;
40 -+ CC="$(CC)"; export CC;
41 - LOG_COMPILER = $(abs_srcdir)/test-wrapper.sh \
42 - $(abs_top_builddir)/libdw:$(abs_top_builddir)/backends:$(abs_top_builddir)/libelf:$(abs_top_builddir)/libasm:$(abs_top_builddir)/debuginfod
43 -
44 ---- a/tests/Makefile.in
45 -+++ b/tests/Makefile.in
46 -@@ -1568,7 +1568,7 @@ installed_TESTS_ENVIRONMENT = libdir=$(DESTDIR)$(libdir); \
47 - export LC_ALL; export LANG; export VALGRIND_CMD; \
48 - unset DEBUGINFOD_URLS; \
49 - NM=$(NM); export NM; \
50 -- CC=$(CC); export CC;
51 -+ CC="$(CC)"; export CC;
52 -
53 - installed_LOG_COMPILER = $(abs_srcdir)/test-wrapper.sh \
54 - installed $(tests_rpath) \
55 -@@ -1582,7 +1582,7 @@ TESTS_ENVIRONMENT = LC_ALL=C; LANG=C; VALGRIND_CMD=$(valgrind_cmd); \
56 - export LC_ALL; export LANG; export VALGRIND_CMD; \
57 - unset DEBUGINFOD_URLS; \
58 - NM=$(NM); export NM; \
59 -- CC=$(CC); export CC;
60 -+ CC="$(CC)"; export CC;
61 -
62 - LOG_COMPILER = $(abs_srcdir)/test-wrapper.sh \
63 - $(abs_top_builddir)/libdw:$(abs_top_builddir)/backends:$(abs_top_builddir)/libelf:$(abs_top_builddir)/libasm:$(abs_top_builddir)/debuginfod