diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-16 14:01:14 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-16 15:02:11 +0200 |
commit | 41b01e7fc65ca25cde54af57fe9308abe9ea693c (patch) | |
tree | 52d8b4c6e2c5b4c1b7abc9a2616b2342fde841cf /dev-ros/polled_camera | |
parent | ros-meta/pr2_common: Remove old (diff) | |
download | gentoo-41b01e7fc65ca25cde54af57fe9308abe9ea693c.tar.gz gentoo-41b01e7fc65ca25cde54af57fe9308abe9ea693c.tar.bz2 gentoo-41b01e7fc65ca25cde54af57fe9308abe9ea693c.zip |
dev-ros/polled_camera: bump eapi
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/polled_camera')
-rw-r--r-- | dev-ros/polled_camera/polled_camera-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-ros/polled_camera/polled_camera-9999.ebuild b/dev-ros/polled_camera/polled_camera-9999.ebuild index bab2c157f20a..b2ad5f93c137 100644 --- a/dev-ros/polled_camera/polled_camera-9999.ebuild +++ b/dev-ros/polled_camera/polled_camera-9999.ebuild @@ -1,17 +1,16 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/ros-perception/image_common" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/sensor_msgs" inherit ros-catkin -DESCRIPTION="C++ helper classes for implementing a polled camera driver node and requesting images from it" +DESCRIPTION="C++ classes for implementing a polled camera driver node" LICENSE="BSD" SLOT="0" IUSE="" |