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/compressed_depth_image_transport/
Date: Mon, 17 Apr 2017 09:55:25
Message-Id: 1492422903.851bf4219b50c9573f1d5231cfdad8293d93fc15.aballier@gentoo
1 commit: 851bf4219b50c9573f1d5231cfdad8293d93fc15
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 17 09:28:34 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 17 09:55:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=851bf421
7
8 dev-ros/compressed_depth_image_transport: add := dep on opencv
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 .../compressed_depth_image_transport-1.9.5.ebuild | 4 ++--
13 .../compressed_depth_image_transport-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.5.ebuild b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.5.ebuild
17 index c9e52ce1e1d..778ad4580a9 100644
18 --- a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.5.ebuild
19 +++ b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.9.5.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -18,6 +18,6 @@ RDEPEND="
27 dev-ros/cv_bridge
28 dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
29 dev-ros/image_transport
30 - media-libs/opencv
31 + media-libs/opencv:=
32 "
33 DEPEND="${RDEPEND}"
34
35 diff --git a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-9999.ebuild b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-9999.ebuild
36 index 99ed55de379..778ad4580a9 100644
37 --- a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-9999.ebuild
38 +++ b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-9999.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2014 Gentoo Foundation
41 +# Copyright 1999-2017 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=5
45 @@ -18,6 +18,6 @@ RDEPEND="
46 dev-ros/cv_bridge
47 dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
48 dev-ros/image_transport
49 - media-libs/opencv
50 + media-libs/opencv:=
51 "
52 DEPEND="${RDEPEND}"