diff options
author | Alexis Ballier <aballier@gentoo.org> | 2018-04-05 21:28:04 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2018-04-06 10:49:42 +0200 |
commit | 9c41c8211f191ca9c8c0db2f6b9e1222f4ce3246 (patch) | |
tree | 1b63e3f037ecff9f74b668684b1aa182e00c3d0a /ros-meta/ros_core | |
parent | dev-ros/rosbag_migration_rule: initial import (diff) | |
download | gentoo-9c41c8211f191ca9c8c0db2f6b9e1222f4ce3246.tar.gz gentoo-9c41c8211f191ca9c8c0db2f6b9e1222f4ce3246.tar.bz2 gentoo-9c41c8211f191ca9c8c0db2f6b9e1222f4ce3246.zip |
ros-meta/ros_core: match deps with upstream
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'ros-meta/ros_core')
-rw-r--r-- | ros-meta/ros_core/ros_core-9999.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ros-meta/ros_core/ros_core-9999.ebuild b/ros-meta/ros_core/ros_core-9999.ebuild index 83c1c3c445b4..ebd39617e81e 100644 --- a/ros-meta/ros_core/ros_core-9999.ebuild +++ b/ros-meta/ros_core/ros_core-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 @@ -21,20 +21,20 @@ RDEPEND=" dev-ros/gencpp dev-ros/geneus dev-ros/genlisp - dev-ros/genpy - dev-ros/gennodejs dev-ros/genmsg + dev-ros/gennodejs + dev-ros/genpy dev-ros/message_generation dev-ros/message_runtime ros-meta/ros ros-meta/ros_comm + dev-ros/rosbag_migration_rule dev-ros/rosconsole_bridge ros-meta/roscpp_core dev-ros/rosgraph_msgs + dev-ros/roslisp dev-ros/rospack dev-ros/std_msgs dev-ros/std_srvs - ros-meta/ros_tutorials - dev-ros/roslisp " DEPEND="${RDEPEND}" |