Skip to content

Commit

Permalink
dev-ros/hector_trajectory_server: add missing boost dep
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.8, Repoman-2.3.3
  • Loading branch information
aballier committed Sep 13, 2017
1 parent 6134eb6 commit dfb0213
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -19,5 +19,6 @@ RDEPEND="
dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/hector_map_tools
dev-ros/tf
dev-libs/boost:=
"
DEPEND="${RDEPEND}"
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -19,5 +19,6 @@ RDEPEND="
dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/hector_map_tools
dev-ros/tf
dev-libs/boost:=
"
DEPEND="${RDEPEND}"

0 comments on commit dfb0213

Please sign in to comment.