From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-889134-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 0FA431382DF
	for <garchives@archives.gentoo.org>; Tue, 28 Jun 2016 11:05:09 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2A823E0C0E;
	Tue, 28 Jun 2016 11:05:06 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 8284314211
	for <gentoo-commits@lists.gentoo.org>; Tue, 28 Jun 2016 11:05:05 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id A3AB6340BD3
	for <gentoo-commits@lists.gentoo.org>; Tue, 28 Jun 2016 10:57:16 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 908FC2435
	for <gentoo-commits@lists.gentoo.org>; Tue, 28 Jun 2016 10:57:13 +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: <1467111405.70e2d8436232c7271e9c5aa399a863bc8385087d.aballier@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/pcl_ros/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ros/pcl_ros/pcl_ros-1.4.1-r1.ebuild dev-ros/pcl_ros/pcl_ros-1.4.1.ebuild dev-ros/pcl_ros/pcl_ros-9999.ebuild
X-VCS-Directories: dev-ros/pcl_ros/
X-VCS-Committer: aballier
X-VCS-Committer-Name: Alexis Ballier
X-VCS-Revision: 70e2d8436232c7271e9c5aa399a863bc8385087d
X-VCS-Branch: master
Date: Tue, 28 Jun 2016 10:57:13 +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: 17a42abe-95e7-4a65-99d3-ff6f76a644fd
X-Archives-Hash: aae4b0c1a6af2537a397490513964a80

commit:     70e2d8436232c7271e9c5aa399a863bc8385087d
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 10:54:14 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 10:56:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e2d843

dev-ros/pcl_ros: add := dep on pcl

Package-Manager: portage-2.3.0

 dev-ros/pcl_ros/{pcl_ros-1.4.1.ebuild => pcl_ros-1.4.1-r1.ebuild} | 4 ++--
 dev-ros/pcl_ros/pcl_ros-9999.ebuild                               | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ros/pcl_ros/pcl_ros-1.4.1.ebuild b/dev-ros/pcl_ros/pcl_ros-1.4.1-r1.ebuild
similarity index 92%
rename from dev-ros/pcl_ros/pcl_ros-1.4.1.ebuild
rename to dev-ros/pcl_ros/pcl_ros-1.4.1-r1.ebuild
index 19cd50b..eb5dbdb 100644
--- a/dev-ros/pcl_ros/pcl_ros-1.4.1.ebuild
+++ b/dev-ros/pcl_ros/pcl_ros-1.4.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -29,7 +29,7 @@ RDEPEND="
 	dev-ros/tf2_eigen
 	dev-ros/nodelet
 	dev-ros/nodelet_topic_tools
-	sci-libs/pcl[qhull]
+	sci-libs/pcl:=[qhull]
 	dev-ros/pcl_conversions
 	dev-ros/pcl_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
 	dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]

diff --git a/dev-ros/pcl_ros/pcl_ros-9999.ebuild b/dev-ros/pcl_ros/pcl_ros-9999.ebuild
index 19cd50b..eb5dbdb 100644
--- a/dev-ros/pcl_ros/pcl_ros-9999.ebuild
+++ b/dev-ros/pcl_ros/pcl_ros-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -29,7 +29,7 @@ RDEPEND="
 	dev-ros/tf2_eigen
 	dev-ros/nodelet
 	dev-ros/nodelet_topic_tools
-	sci-libs/pcl[qhull]
+	sci-libs/pcl:=[qhull]
 	dev-ros/pcl_conversions
 	dev-ros/pcl_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
 	dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]