From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 21896139085 for ; Thu, 26 Jan 2017 23:10:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 717BB2340DC; Thu, 26 Jan 2017 23:10:09 +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 4A4742340DC for ; Thu, 26 Jan 2017 23:10:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2E72534119A for ; Thu, 26 Jan 2017 23:10:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B2D430DD for ; Thu, 26 Jan 2017 23:10:05 +0000 (UTC) From: "Alexis Ballier" 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" Message-ID: <1485472195.9978f0147c7310e6e961a97cd508135b87419bb1.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/pcl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/pcl/pcl-1.8.0.ebuild sci-libs/pcl/pcl-9999.ebuild X-VCS-Directories: sci-libs/pcl/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 9978f0147c7310e6e961a97cd508135b87419bb1 X-VCS-Branch: master Date: Thu, 26 Jan 2017 23:10:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b4b61df5-6029-4dc4-b766-e316d2c3c7d8 X-Archives-Hash: 653f77270a816f651ed7aefa81a3facc commit: 9978f0147c7310e6e961a97cd508135b87419bb1 Author: Alexis Ballier gentoo org> AuthorDate: Thu Jan 26 21:58:41 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Jan 26 23:09:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9978f014 sci-libs/pcl: add := dep on vtk Package-Manager: Portage-2.3.3, Repoman-2.3.1 sci-libs/pcl/pcl-1.8.0.ebuild | 4 ++-- sci-libs/pcl/pcl-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-libs/pcl/pcl-1.8.0.ebuild b/sci-libs/pcl/pcl-1.8.0.ebuild index c5c91fc..eeb8e2c 100644 --- a/sci-libs/pcl/pcl-1.8.0.ebuild +++ b/sci-libs/pcl/pcl-1.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -44,7 +44,7 @@ RDEPEND=" dev-qt/qtopengl:5 ) usb? ( virtual/libusb:1 ) - vtk? ( >=sci-libs/vtk-5.6[imaging,rendering] ) + vtk? ( >=sci-libs/vtk-5.6:=[imaging,rendering] ) cuda? ( >=dev-util/nvidia-cuda-toolkit-4 ) " DEPEND="${RDEPEND} diff --git a/sci-libs/pcl/pcl-9999.ebuild b/sci-libs/pcl/pcl-9999.ebuild index c5c91fc..eeb8e2c 100644 --- a/sci-libs/pcl/pcl-9999.ebuild +++ b/sci-libs/pcl/pcl-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -44,7 +44,7 @@ RDEPEND=" dev-qt/qtopengl:5 ) usb? ( virtual/libusb:1 ) - vtk? ( >=sci-libs/vtk-5.6[imaging,rendering] ) + vtk? ( >=sci-libs/vtk-5.6:=[imaging,rendering] ) cuda? ( >=dev-util/nvidia-cuda-toolkit-4 ) " DEPEND="${RDEPEND}