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/image_proc/
Date: Mon, 17 Apr 2017 09:55:24
Message-Id: 1492422904.a260ca7aa14a5296a7870ba583b19414f05df131.aballier@gentoo
1 commit: a260ca7aa14a5296a7870ba583b19414f05df131
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 17 09:38:14 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=a260ca7a
7
8 dev-ros/image_proc: add := dep on opencv
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-ros/image_proc/image_proc-1.12.19.ebuild | 2 +-
13 dev-ros/image_proc/image_proc-9999.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-ros/image_proc/image_proc-1.12.19.ebuild b/dev-ros/image_proc/image_proc-1.12.19.ebuild
17 index b9def709f3a..ba843f916f3 100644
18 --- a/dev-ros/image_proc/image_proc-1.12.19.ebuild
19 +++ b/dev-ros/image_proc/image_proc-1.12.19.ebuild
20 @@ -22,7 +22,7 @@ RDEPEND="
21 dev-ros/nodelet
22 dev-ros/roscpp
23 dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
24 - media-libs/opencv
25 + media-libs/opencv:=
26 dev-libs/boost:=[threads]
27 "
28 DEPEND="${RDEPEND}"
29
30 diff --git a/dev-ros/image_proc/image_proc-9999.ebuild b/dev-ros/image_proc/image_proc-9999.ebuild
31 index 647d73c0c6b..c70f308ec81 100644
32 --- a/dev-ros/image_proc/image_proc-9999.ebuild
33 +++ b/dev-ros/image_proc/image_proc-9999.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2014 Gentoo Foundation
36 +# Copyright 1999-2017 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=5
40 @@ -22,7 +22,7 @@ RDEPEND="
41 dev-ros/nodelet
42 dev-ros/roscpp
43 dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
44 - media-libs/opencv
45 + media-libs/opencv:=
46 dev-libs/boost:=[threads]
47 "
48 DEPEND="${RDEPEND}"