Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/desktop_full/
Date: Tue, 09 May 2017 07:14:34
Message-Id: 1494314059.882df4b4757a9917c6819e59fd75501244cfeb41.aballier@gentoo
1 commit: 882df4b4757a9917c6819e59fd75501244cfeb41
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 9 06:25:08 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue May 9 07:14:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=882df4b4
7
8 ros-meta/desktop_full: add urdf_tutorials
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 ros-meta/desktop_full/desktop_full-9999.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/ros-meta/desktop_full/desktop_full-9999.ebuild b/ros-meta/desktop_full/desktop_full-9999.ebuild
16 index 0958a0238dc..5d7cc244f8f 100644
17 --- a/ros-meta/desktop_full/desktop_full-9999.ebuild
18 +++ b/ros-meta/desktop_full/desktop_full-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -18,5 +18,6 @@ RDEPEND="
26 ros-meta/desktop
27 ros-meta/perception
28 ros-meta/simulators
29 + dev-ros/urdf_tutorial
30 "
31 DEPEND="${RDEPEND}"