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/visp_tracker/
Date: Fri, 27 Nov 2015 12:17:14
Message-Id: 1448626603.169b38111ff957d11f1b16ef5afb72bb129919c7.aballier@gentoo
1 commit: 169b38111ff957d11f1b16ef5afb72bb129919c7
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 27 12:16:43 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 27 12:16:43 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=169b3811
7
8 dev-ros/visp_tracker: add missing usedep on visp[opencv]; bug #566860
9
10 Package-Manager: portage-2.2.26
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/visp_tracker/visp_tracker-0.8.0.ebuild | 2 +-
14 dev-ros/visp_tracker/visp_tracker-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-ros/visp_tracker/visp_tracker-0.8.0.ebuild b/dev-ros/visp_tracker/visp_tracker-0.8.0.ebuild
18 index a328763..37a7a34 100644
19 --- a/dev-ros/visp_tracker/visp_tracker-0.8.0.ebuild
20 +++ b/dev-ros/visp_tracker/visp_tracker-0.8.0.ebuild
21 @@ -31,7 +31,7 @@ RDEPEND="
22 dev-ros/tf[${PYTHON_USEDEP}]
23 dev-ros/rospy[${PYTHON_USEDEP}]
24 dev-python/numpy[${PYTHON_USEDEP}]
25 - sci-libs/ViSP
26 + sci-libs/ViSP[opencv]
27 "
28 DEPEND="${RDEPEND}"
29 if [ "${PV#9999}" = "${PV}" ] ; then
30
31 diff --git a/dev-ros/visp_tracker/visp_tracker-9999.ebuild b/dev-ros/visp_tracker/visp_tracker-9999.ebuild
32 index a328763..37a7a34 100644
33 --- a/dev-ros/visp_tracker/visp_tracker-9999.ebuild
34 +++ b/dev-ros/visp_tracker/visp_tracker-9999.ebuild
35 @@ -31,7 +31,7 @@ RDEPEND="
36 dev-ros/tf[${PYTHON_USEDEP}]
37 dev-ros/rospy[${PYTHON_USEDEP}]
38 dev-python/numpy[${PYTHON_USEDEP}]
39 - sci-libs/ViSP
40 + sci-libs/ViSP[opencv]
41 "
42 DEPEND="${RDEPEND}"
43 if [ "${PV#9999}" = "${PV}" ] ; then