Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/opencv_tests/
Date: Wed, 28 Sep 2016 11:02:00
Message-Id: 1475060479.389b589a7027a41c2499ece4a22081501b0758f5.aballier@gentoo
1 commit: 389b589a7027a41c2499ece4a22081501b0758f5
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 28 11:01:19 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 28 11:01:19 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389b589a
7
8 dev-ros/opencv_tests: use PYTHON_USEDEPS on opencv
9
10 Package-Manager: portage-2.3.1
11
12 .../{opencv_tests-1.12.1.ebuild => opencv_tests-1.12.1-r1.ebuild} | 2 +-
13 dev-ros/opencv_tests/opencv_tests-9999.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-ros/opencv_tests/opencv_tests-1.12.1.ebuild b/dev-ros/opencv_tests/opencv_tests-1.12.1-r1.ebuild
17 similarity index 92%
18 rename from dev-ros/opencv_tests/opencv_tests-1.12.1.ebuild
19 rename to dev-ros/opencv_tests/opencv_tests-1.12.1-r1.ebuild
20 index 6080be5..00dc8ea 100644
21 --- a/dev-ros/opencv_tests/opencv_tests-1.12.1.ebuild
22 +++ b/dev-ros/opencv_tests/opencv_tests-1.12.1-r1.ebuild
23 @@ -19,7 +19,7 @@ IUSE=""
24 RDEPEND="
25 dev-ros/cv_bridge[${PYTHON_USEDEP}]
26 dev-ros/rospy[${PYTHON_USEDEP}]
27 - media-libs/opencv[python,python_single_target_python2_7]
28 + media-libs/opencv[python,${PYTHON_USEDEP}]
29 dev-python/numpy[${PYTHON_USEDEP}]
30 "
31 DEPEND="${RDEPEND}"
32
33 diff --git a/dev-ros/opencv_tests/opencv_tests-9999.ebuild b/dev-ros/opencv_tests/opencv_tests-9999.ebuild
34 index 770ea0b..00dc8ea 100644
35 --- a/dev-ros/opencv_tests/opencv_tests-9999.ebuild
36 +++ b/dev-ros/opencv_tests/opencv_tests-9999.ebuild
37 @@ -1,4 +1,4 @@
38 -# Copyright 1999-2014 Gentoo Foundation
39 +# Copyright 1999-2016 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41 # $Id$
42
43 @@ -19,7 +19,7 @@ IUSE=""
44 RDEPEND="
45 dev-ros/cv_bridge[${PYTHON_USEDEP}]
46 dev-ros/rospy[${PYTHON_USEDEP}]
47 - media-libs/opencv[python,python_single_target_python2_7]
48 + media-libs/opencv[python,${PYTHON_USEDEP}]
49 dev-python/numpy[${PYTHON_USEDEP}]
50 "
51 DEPEND="${RDEPEND}"