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/nav_core/
Date: Fri, 27 Jul 2018 10:56:43
Message-Id: 1532683559.eeece2f9c9636ae41e15d18f6aad2e40fa5ee404.aballier@gentoo
1 commit: eeece2f9c9636ae41e15d18f6aad2e40fa5ee404
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 27 09:04:35 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 27 09:25:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeece2f9
7
8 dev-ros/nav_core: update deps
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 dev-ros/nav_core/nav_core-9999.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-ros/nav_core/nav_core-9999.ebuild b/dev-ros/nav_core/nav_core-9999.ebuild
16 index b3b55a0935c..5001237ab34 100644
17 --- a/dev-ros/nav_core/nav_core-9999.ebuild
18 +++ b/dev-ros/nav_core/nav_core-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -14,9 +14,9 @@ SLOT="0"
26 IUSE=""
27
28 RDEPEND="
29 - dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
30 - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
31 - dev-ros/tf
32 dev-ros/costmap_2d
33 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
34 + dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
35 + dev-ros/tf2_ros
36 "
37 DEPEND="${RDEPEND}"