diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-09-28 13:01:19 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-09-28 13:01:19 +0200 |
commit | 389b589a7027a41c2499ece4a22081501b0758f5 (patch) | |
tree | 3940d78bf2225279e19ab93aef868ff2872c809d /dev-ros/opencv_tests/opencv_tests-9999.ebuild | |
parent | dev-ros/opencv_tests: remove old (diff) | |
download | gentoo-389b589a7027a41c2499ece4a22081501b0758f5.tar.gz gentoo-389b589a7027a41c2499ece4a22081501b0758f5.tar.bz2 gentoo-389b589a7027a41c2499ece4a22081501b0758f5.zip |
dev-ros/opencv_tests: use PYTHON_USEDEPS on opencv
Package-Manager: portage-2.3.1
Diffstat (limited to 'dev-ros/opencv_tests/opencv_tests-9999.ebuild')
-rw-r--r-- | dev-ros/opencv_tests/opencv_tests-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ros/opencv_tests/opencv_tests-9999.ebuild b/dev-ros/opencv_tests/opencv_tests-9999.ebuild index 770ea0be049c..00dc8ea01a28 100644 --- a/dev-ros/opencv_tests/opencv_tests-9999.ebuild +++ b/dev-ros/opencv_tests/opencv_tests-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$ @@ -19,7 +19,7 @@ IUSE="" RDEPEND=" dev-ros/cv_bridge[${PYTHON_USEDEP}] dev-ros/rospy[${PYTHON_USEDEP}] - media-libs/opencv[python,python_single_target_python2_7] + media-libs/opencv[python,${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" |