public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/grpcio-tools/files/
@ 2021-01-27 18:17 Conrad Kostecki
  0 siblings, 0 replies; only message in thread
From: Conrad Kostecki @ 2021-01-27 18:17 UTC (permalink / raw
  To: gentoo-commits

commit:     6e5ac2a448e05c61b3b22388acd1116b8cfabe7b
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Jan 27 12:49:12 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 18:17:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e5ac2a4

dev-python/grpcio-tools: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/19238
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-python/grpcio-tools/files/setup.py-respect-cc.patch | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/dev-python/grpcio-tools/files/setup.py-respect-cc.patch b/dev-python/grpcio-tools/files/setup.py-respect-cc.patch
deleted file mode 100644
index 029f9648968..00000000000
--- a/dev-python/grpcio-tools/files/setup.py-respect-cc.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/setup.py	2020-06-08 00:11:23.457959701 -0700
-+++ b/setup.py	2020-06-08 00:11:54.384652323 -0700
-@@ -68,9 +68,10 @@
- 
- def check_linker_need_libatomic():
-     """Test if linker on system needs libatomic."""
-+    cc = os.environ.get('CC', 'cc')
-     code_test = (b'#include <atomic>\n' +
-                  b'int main() { return std::atomic<int64_t>{}; }')
--    cc_test = subprocess.Popen(['cc', '-x', 'c++', '-std=c++11', '-'],
-+    cc_test = subprocess.Popen([cc, '-x', 'c++', '-std=c++11', '-'],
-                                stdin=PIPE,
-                                stdout=PIPE,
-                                stderr=PIPE)


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-27 18:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-27 18:17 [gentoo-commits] repo/gentoo:master commit in: dev-python/grpcio-tools/files/ Conrad Kostecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox