Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/realtime_tools/, dev-ros/realtime_tools/files/
Date: Mon, 17 Aug 2020 15:53:22
Message-Id: 1597679594.2ee35f43fdcf0ae736f71a1f41fe05b2bda1a2db.aballier@gentoo
1 commit: 2ee35f43fdcf0ae736f71a1f41fe05b2bda1a2db
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 17 07:50:23 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 17 15:53:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ee35f43
7
8 dev-ros/realtime_tools: add missing include in public header
9
10 Closes: https://bugs.gentoo.org/737404
11 Package-Manager: Portage-3.0.2, Repoman-2.3.23
12 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
13
14 dev-ros/realtime_tools/files/atomic.patch | 12 ++++++++++++
15 ...e_tools-1.16.0.ebuild => realtime_tools-1.16.0-r1.ebuild} | 1 +
16 dev-ros/realtime_tools/realtime_tools-9999.ebuild | 1 +
17 3 files changed, 14 insertions(+)
18
19 diff --git a/dev-ros/realtime_tools/files/atomic.patch b/dev-ros/realtime_tools/files/atomic.patch
20 new file mode 100644
21 index 00000000000..0440900b9c3
22 --- /dev/null
23 +++ b/dev-ros/realtime_tools/files/atomic.patch
24 @@ -0,0 +1,12 @@
25 +Index: realtime_tools-1.16.0/include/realtime_tools/realtime_publisher.h
26 +===================================================================
27 +--- realtime_tools-1.16.0.orig/include/realtime_tools/realtime_publisher.h
28 ++++ realtime_tools-1.16.0/include/realtime_tools/realtime_publisher.h
29 +@@ -45,6 +45,7 @@
30 + #include <memory>
31 + #include <mutex>
32 + #include <thread>
33 ++#include <atomic>
34 +
35 + namespace realtime_tools {
36 +
37
38 diff --git a/dev-ros/realtime_tools/realtime_tools-1.16.0.ebuild b/dev-ros/realtime_tools/realtime_tools-1.16.0-r1.ebuild
39 similarity index 93%
40 rename from dev-ros/realtime_tools/realtime_tools-1.16.0.ebuild
41 rename to dev-ros/realtime_tools/realtime_tools-1.16.0-r1.ebuild
42 index 1b5b4ee0cbe..c76733870b9 100644
43 --- a/dev-ros/realtime_tools/realtime_tools-1.16.0.ebuild
44 +++ b/dev-ros/realtime_tools/realtime_tools-1.16.0-r1.ebuild
45 @@ -25,3 +25,4 @@ DEPEND="${RDEPEND}
46 dev-ros/actionlib
47 )
48 "
49 +PATCHES=( "${FILESDIR}/atomic.patch" )
50
51 diff --git a/dev-ros/realtime_tools/realtime_tools-9999.ebuild b/dev-ros/realtime_tools/realtime_tools-9999.ebuild
52 index 1b5b4ee0cbe..c76733870b9 100644
53 --- a/dev-ros/realtime_tools/realtime_tools-9999.ebuild
54 +++ b/dev-ros/realtime_tools/realtime_tools-9999.ebuild
55 @@ -25,3 +25,4 @@ DEPEND="${RDEPEND}
56 dev-ros/actionlib
57 )
58 "
59 +PATCHES=( "${FILESDIR}/atomic.patch" )