Skip to content

Commit

Permalink
dev-ros/tf2_geometry_msgs: Fix deps on geometry_msgs.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.21
  • Loading branch information
aballier committed Sep 22, 2015
1 parent c7e586d commit fc2029b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-0.5.12.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ ROS_REPO_URI="https://github.com/ros/geometry_experimental"
KEYWORDS="~amd64 ~arm"
ROS_SUBDIR=${PN}
PYTHON_COMPAT=( python2_7 )
CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/geometry_msgs"

inherit ros-catkin

Expand All @@ -22,5 +21,6 @@ RDEPEND="
dev-python/python_orocos_kdl[${PYTHON_USEDEP}]
dev-ros/tf2
sci-libs/orocos_kdl
dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP},${CATKIN_MESSAGES_CXX_USEDEP}]
"
DEPEND="${RDEPEND}"
2 changes: 1 addition & 1 deletion dev-ros/tf2_geometry_msgs/tf2_geometry_msgs-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ ROS_REPO_URI="https://github.com/ros/geometry_experimental"
KEYWORDS="~amd64 ~arm"
ROS_SUBDIR=${PN}
PYTHON_COMPAT=( python2_7 )
CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/geometry_msgs"

inherit ros-catkin

Expand All @@ -22,5 +21,6 @@ RDEPEND="
dev-python/python_orocos_kdl[${PYTHON_USEDEP}]
dev-ros/tf2
sci-libs/orocos_kdl
dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP},${CATKIN_MESSAGES_CXX_USEDEP}]
"
DEPEND="${RDEPEND}"

0 comments on commit fc2029b

Please sign in to comment.