diff options
author | Alexis Ballier <aballier@gentoo.org> | 2018-01-16 14:29:24 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2018-01-16 14:36:44 +0100 |
commit | a363021dff0693f507955f3c475a918e4fbf3e04 (patch) | |
tree | b7eb9e91c699fada09618d775aaa295494169a72 /ros-meta | |
parent | dev-ros/gazebo_dev: initial import (diff) | |
download | gentoo-a363021dff0693f507955f3c475a918e4fbf3e04.tar.gz gentoo-a363021dff0693f507955f3c475a918e4fbf3e04.tar.bz2 gentoo-a363021dff0693f507955f3c475a918e4fbf3e04.zip |
ros-meta/gazebo_ros_pkgs: add dep on gazebo_dev
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'ros-meta')
-rw-r--r-- | ros-meta/gazebo_ros_pkgs/gazebo_ros_pkgs-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ros-meta/gazebo_ros_pkgs/gazebo_ros_pkgs-9999.ebuild b/ros-meta/gazebo_ros_pkgs/gazebo_ros_pkgs-9999.ebuild index 85bc022d1fe2..ef31ca273e02 100644 --- a/ros-meta/gazebo_ros_pkgs/gazebo_ros_pkgs-9999.ebuild +++ b/ros-meta/gazebo_ros_pkgs/gazebo_ros_pkgs-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,6 +14,7 @@ SLOT="0" IUSE="" RDEPEND=" + dev-ros/gazebo_dev dev-ros/gazebo_msgs dev-ros/gazebo_plugins dev-ros/gazebo_ros |