Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/depthimage_to_laserscan/
Date: Mon, 17 Apr 2017 09:55:36
Message-Id: 1492422904.7181619744c069ba623df9df69da2a4d69194830.aballier@gentoo
1 commit: 7181619744c069ba623df9df69da2a4d69194830
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 17 09:42:29 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 17 09:55:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71816197
7
8 dev-ros/depthimage_to_laserscan: add := dep on opencv
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 .../depthimage_to_laserscan/depthimage_to_laserscan-1.0.7-r1.ebuild | 1 +
13 dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-9999.ebuild | 3 ++-
14 2 files changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-1.0.7-r1.ebuild b/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-1.0.7-r1.ebuild
17 index 6ae2cce8c4a..70848da8cd5 100644
18 --- a/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-1.0.7-r1.ebuild
19 +++ b/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-1.0.7-r1.ebuild
20 @@ -15,6 +15,7 @@ IUSE=""
21
22 RDEPEND="
23 dev-ros/roscpp
24 + media-libs/opencv:=
25 dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
26 dev-ros/image_geometry
27 dev-ros/image_transport
28
29 diff --git a/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-9999.ebuild b/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-9999.ebuild
30 index eaf33105121..3cd92a30cd4 100644
31 --- a/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-9999.ebuild
32 +++ b/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-9999.ebuild
33 @@ -1,4 +1,4 @@
34 -# Copyright 1999-2015 Gentoo Foundation
35 +# Copyright 1999-2017 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=5
39 @@ -15,6 +15,7 @@ IUSE=""
40
41 RDEPEND="
42 dev-ros/roscpp
43 + media-libs/opencv:=
44 dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
45 dev-ros/image_geometry
46 dev-ros/image_transport