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/urg_node/
Date: Fri, 04 Sep 2020 14:44:45
Message-Id: 1599230634.840c7d80b666321a3969b7bd83c2c28e568e1428.aballier@gentoo
1 commit: 840c7d80b666321a3969b7bd83c2c28e568e1428
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 4 14:43:54 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 4 14:43:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=840c7d80
7
8 dev-ros/urg_node: use make instead of ninja
9
10 Closes: https://bugs.gentoo.org/735106
11 Package-Manager: Portage-3.0.5, Repoman-3.0.1
12 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
13
14 dev-ros/urg_node/urg_node-0.1.13.ebuild | 3 +++
15 dev-ros/urg_node/urg_node-9999.ebuild | 3 +++
16 2 files changed, 6 insertions(+)
17
18 diff --git a/dev-ros/urg_node/urg_node-0.1.13.ebuild b/dev-ros/urg_node/urg_node-0.1.13.ebuild
19 index 3cfaf52c5d2..cd680c30f62 100644
20 --- a/dev-ros/urg_node/urg_node-0.1.13.ebuild
21 +++ b/dev-ros/urg_node/urg_node-0.1.13.ebuild
22 @@ -32,3 +32,6 @@ DEPEND="${RDEPEND}
23 dev-ros/roslaunch
24 )
25 "
26 +
27 +# https://bugs.gentoo.org/735106
28 +CMAKE_MAKEFILE_GENERATOR=emake
29
30 diff --git a/dev-ros/urg_node/urg_node-9999.ebuild b/dev-ros/urg_node/urg_node-9999.ebuild
31 index 3cfaf52c5d2..cd680c30f62 100644
32 --- a/dev-ros/urg_node/urg_node-9999.ebuild
33 +++ b/dev-ros/urg_node/urg_node-9999.ebuild
34 @@ -32,3 +32,6 @@ DEPEND="${RDEPEND}
35 dev-ros/roslaunch
36 )
37 "
38 +
39 +# https://bugs.gentoo.org/735106
40 +CMAKE_MAKEFILE_GENERATOR=emake