Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gloo/files/
Date: Tue, 02 Aug 2022 09:31:45
Message-Id: 1659432673.13b65d9818c00d785c957612a8e22d82dcd12e43.tupone@gentoo
1 commit: 13b65d9818c00d785c957612a8e22d82dcd12e43
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 09:31:13 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 2 09:31:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13b65d98
7
8 sci-libs/gloo: possibly fix missing header
9
10 Closes: https://bugs.gentoo.org/862708
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch | 10 ++++++++++
15 1 file changed, 10 insertions(+)
16
17 diff --git a/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch b/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch
18 index 41a1ace42dc7..e445dc9effdb 100644
19 --- a/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch
20 +++ b/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch
21 @@ -62,3 +62,13 @@
22 endif()
23 endif()
24
25 +--- a/gloo/transport/tcp/device.cc 2022-08-02 11:25:32.404166606 +0200
26 ++++ b/gloo/transport/tcp/device.cc 2022-08-02 11:25:48.706963018 +0200
27 +@@ -12,6 +12,7 @@
28 + #include <netdb.h>
29 + #include <netinet/in.h>
30 + #include <string.h>
31 ++#include <array>
32 +
33 + #include "gloo/common/linux.h"
34 + #include "gloo/common/logging.h"