diff options
author | Alexis Ballier <aballier@gentoo.org> | 2018-01-13 12:05:25 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2018-01-13 13:16:25 +0100 |
commit | 24f7798d156690ae724d34160bfcfc45f5fd4e52 (patch) | |
tree | 39cf1402f5069734823373e75cc1281c71fe38e3 /dev-ros/visp_tracker | |
parent | dev-python/simplekv: bump to 0.11.7 (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-ros/visp_tracker/visp_tracker-0.10.0-r2.ebuild (renamed from dev-ros/visp_tracker/visp_tracker-0.10.0-r1.ebuild) | 4 | ||||
-rw-r--r-- | dev-ros/visp_tracker/visp_tracker-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ros/visp_tracker/visp_tracker-0.10.0-r1.ebuild b/dev-ros/visp_tracker/visp_tracker-0.10.0-r2.ebuild index baaa58596ce2..d4999b7b5199 100644 --- a/dev-ros/visp_tracker/visp_tracker-0.10.0-r1.ebuild +++ b/dev-ros/visp_tracker/visp_tracker-0.10.0-r2.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}" 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}" |