From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-997379-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 207FC138330
	for <garchives@archives.gentoo.org>; Sat, 13 Jan 2018 12:16:49 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 084F8E099C;
	Sat, 13 Jan 2018 12:16:47 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id DBEF8E099C
	for <gentoo-commits@lists.gentoo.org>; Sat, 13 Jan 2018 12:16:46 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 9E31B335C6A
	for <gentoo-commits@lists.gentoo.org>; Sat, 13 Jan 2018 12:16:45 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id EA7801C0
	for <gentoo-commits@lists.gentoo.org>; Sat, 13 Jan 2018 12:16:42 +0000 (UTC)
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" <aballier@gentoo.org>
Message-ID: <1515845785.24f7798d156690ae724d34160bfcfc45f5fd4e52.aballier@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/visp_tracker/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ros/visp_tracker/visp_tracker-0.10.0-r1.ebuild dev-ros/visp_tracker/visp_tracker-0.10.0-r2.ebuild dev-ros/visp_tracker/visp_tracker-9999.ebuild
X-VCS-Directories: dev-ros/visp_tracker/
X-VCS-Committer: aballier
X-VCS-Committer-Name: Alexis Ballier
X-VCS-Revision: 24f7798d156690ae724d34160bfcfc45f5fd4e52
X-VCS-Branch: master
Date: Sat, 13 Jan 2018 12:16:42 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: fe691ec1-79a1-47e3-a187-1cd07d5a89c0
X-Archives-Hash: a1d504242cbec68352ca4d48f3b63dbb

commit:     24f7798d156690ae724d34160bfcfc45f5fd4e52
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 11:05:25 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 12:16:25 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24f7798d

dev-ros/visp_tracker: add missing := dep on visp

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 .../{visp_tracker-0.10.0-r1.ebuild => visp_tracker-0.10.0-r2.ebuild}  | 4 ++--
 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
similarity index 93%
rename from dev-ros/visp_tracker/visp_tracker-0.10.0-r1.ebuild
rename to dev-ros/visp_tracker/visp_tracker-0.10.0-r2.ebuild
index baaa58596ce..d4999b7b519 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 baaa58596ce..d4999b7b519 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}"