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/cv_bridge/
Date: Thu, 16 Jul 2020 13:02:38
Message-Id: 1594904539.68083486d377a1e7896c2f3e938c9b8357731717.aballier@gentoo
1 commit: 68083486d377a1e7896c2f3e938c9b8357731717
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 16 12:49:59 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 16 13:02:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68083486
7
8 dev-ros/cv_bridge: bump eapi
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/cv_bridge/cv_bridge-9999.ebuild | 11 ++++++-----
14 1 file changed, 6 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-ros/cv_bridge/cv_bridge-9999.ebuild b/dev-ros/cv_bridge/cv_bridge-9999.ebuild
17 index 422225d82b4..8280858d30e 100644
18 --- a/dev-ros/cv_bridge/cv_bridge-9999.ebuild
19 +++ b/dev-ros/cv_bridge/cv_bridge-9999.ebuild
20 @@ -1,10 +1,9 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=7
27 ROS_REPO_URI="https://github.com/ros-perception/vision_opencv"
28 KEYWORDS="~amd64 ~arm"
29 -PYTHON_COMPAT=( python2_7 )
30 ROS_SUBDIR=${PN}
31
32 inherit ros-catkin
33 @@ -18,7 +17,9 @@ RDEPEND="
34 dev-ros/rosconsole
35 >=media-libs/opencv-3:=[contrib(+)]
36 dev-libs/boost:=[threads,python,${PYTHON_USEDEP}]
37 - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
38 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
39 +"
40 +DEPEND="${RDEPEND}
41 + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
42 "
43 -DEPEND="${RDEPEND}"
44 PATCHES=( "${FILESDIR}/boostpython.patch" )