diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-01-26 22:58:41 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-01-27 00:09:55 +0100 |
commit | 9978f0147c7310e6e961a97cd508135b87419bb1 (patch) | |
tree | 01aa69e15f27a75b10c8dd5d8849cdd075b81b19 /sci-libs/pcl | |
parent | sci-libs/pcl: remove now unused patch (diff) | |
download | gentoo-9978f0147c7310e6e961a97cd508135b87419bb1.tar.gz gentoo-9978f0147c7310e6e961a97cd508135b87419bb1.tar.bz2 gentoo-9978f0147c7310e6e961a97cd508135b87419bb1.zip |
sci-libs/pcl: add := dep on vtk
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-libs/pcl')
-rw-r--r-- | sci-libs/pcl/pcl-1.8.0.ebuild | 4 | ||||
-rw-r--r-- | 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 c5c91fc0fb67..eeb8e2c37cd1 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 c5c91fc0fb67..eeb8e2c37cd1 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} |