summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-01-13 12:05:25 +0100
committerAlexis Ballier <aballier@gentoo.org>2018-01-13 13:16:25 +0100
commit24f7798d156690ae724d34160bfcfc45f5fd4e52 (patch)
tree39cf1402f5069734823373e75cc1281c71fe38e3 /dev-ros/visp_tracker/visp_tracker-9999.ebuild
parentdev-python/simplekv: bump to 0.11.7 (diff)
downloadgentoo-24f7798d156690ae724d34160bfcfc45f5fd4e52.tar.gz
gentoo-24f7798d156690ae724d34160bfcfc45f5fd4e52.tar.bz2
gentoo-24f7798d156690ae724d34160bfcfc45f5fd4e52.zip
dev-ros/visp_tracker: add missing := dep on visp
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ros/visp_tracker/visp_tracker-9999.ebuild')
-rw-r--r--dev-ros/visp_tracker/visp_tracker-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ros/visp_tracker/visp_tracker-9999.ebuild b/dev-ros/visp_tracker/visp_tracker-9999.ebuild
index baaa58596ce2..d4999b7b5199 100644
--- a/dev-ros/visp_tracker/visp_tracker-9999.ebuild
+++ b/dev-ros/visp_tracker/visp_tracker-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -30,7 +30,7 @@ RDEPEND="
dev-ros/tf[${PYTHON_USEDEP}]
dev-ros/rospy[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
- sci-libs/ViSP[opencv,X]
+ sci-libs/ViSP:=[opencv,X]
dev-libs/console_bridge:=
"
DEPEND="${RDEPEND}"