diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-05-09 08:25:08 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-05-09 09:14:19 +0200 |
commit | 882df4b4757a9917c6819e59fd75501244cfeb41 (patch) | |
tree | 9b5ef2fae8ff63eef844f3c308f76fabb8d90c5f /ros-meta | |
parent | ros-meta/desktop: remove urdf tutorial, moved to desktop_full (diff) | |
download | gentoo-882df4b4757a9917c6819e59fd75501244cfeb41.tar.gz gentoo-882df4b4757a9917c6819e59fd75501244cfeb41.tar.bz2 gentoo-882df4b4757a9917c6819e59fd75501244cfeb41.zip |
ros-meta/desktop_full: add urdf_tutorials
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'ros-meta')
-rw-r--r-- | ros-meta/desktop_full/desktop_full-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ros-meta/desktop_full/desktop_full-9999.ebuild b/ros-meta/desktop_full/desktop_full-9999.ebuild index 0958a0238dc7..5d7cc244f8fe 100644 --- a/ros-meta/desktop_full/desktop_full-9999.ebuild +++ b/ros-meta/desktop_full/desktop_full-9999.ebuild @@ -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 @@ -18,5 +18,6 @@ RDEPEND=" ros-meta/desktop ros-meta/perception ros-meta/simulators + dev-ros/urdf_tutorial " DEPEND="${RDEPEND}" |