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/image_geometry/
Date: Thu, 16 Jul 2020 13:02:38
Message-Id: 1594904539.73f30d81cd037f0f0b382b46fbdab05cf5e0a78a.aballier@gentoo
1 commit: 73f30d81cd037f0f0b382b46fbdab05cf5e0a78a
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 16 12:49:19 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=73f30d81
7
8 dev-ros/image_geometry: 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/image_geometry/image_geometry-9999.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-ros/image_geometry/image_geometry-9999.ebuild b/dev-ros/image_geometry/image_geometry-9999.ebuild
17 index 4b65c37fb16..2cfbe286ffa 100644
18 --- a/dev-ros/image_geometry/image_geometry-9999.ebuild
19 +++ b/dev-ros/image_geometry/image_geometry-9999.ebuild
20 @@ -1,10 +1,9 @@
21 -# Copyright 1999-2014 Gentoo Foundation
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 @@ -16,7 +15,8 @@ IUSE=""
34
35 RDEPEND="
36 media-libs/opencv:=
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 test? ( dev-python/nose[${PYTHON_USEDEP}] dev-cpp/gtest )"