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/
Date: Fri, 06 Apr 2018 08:50:00
Message-Id: 1523004583.2cde3783f17e00250c0b9c26e05f60c38f030beb.aballier@gentoo
1 commit: 2cde3783f17e00250c0b9c26e05f60c38f030beb
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 5 19:34:47 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 08:49:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cde3783
7
8 ros-meta/desktop: match upstream deps
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 ros-meta/desktop/desktop-9999.ebuild | 7 ++++++-
13 1 file changed, 6 insertions(+), 1 deletion(-)
14
15 diff --git a/ros-meta/desktop/desktop-9999.ebuild b/ros-meta/desktop/desktop-9999.ebuild
16 index 57ee10fc02b..801a5e18074 100644
17 --- a/ros-meta/desktop/desktop-9999.ebuild
18 +++ b/ros-meta/desktop/desktop-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -17,7 +17,12 @@ IUSE=""
26 RDEPEND="
27 ros-meta/robot
28 ros-meta/viz
29 + dev-ros/angles
30 + ros-meta/common_tutorials
31 + ros-meta/geometry_tutorials
32 + ros-meta/ros_tutorials
33 dev-ros/roslint
34 + dev-ros/urdf_tutorial
35 ros-meta/visualization_tutorials
36 "
37 DEPEND="${RDEPEND}"