diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 13:39:15 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 13:45:32 +0200 |
commit | 6e2e62c742bd22e9739c262c2e8a9d6c193527b5 (patch) | |
tree | 18befc9f81c976424f7670c1a21234dd3120dabc /dev-ros/image_proc | |
parent | dev-ros/image_publisher: Remove old (diff) | |
download | gentoo-6e2e62c742bd22e9739c262c2e8a9d6c193527b5.tar.gz gentoo-6e2e62c742bd22e9739c262c2e8a9d6c193527b5.tar.bz2 gentoo-6e2e62c742bd22e9739c262c2e8a9d6c193527b5.zip |
dev-ros/image_proc: 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/image_proc')
-rw-r--r-- | dev-ros/image_proc/image_proc-1.15.2.ebuild | 8 | ||||
-rw-r--r-- | dev-ros/image_proc/image_proc-9999.ebuild | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/dev-ros/image_proc/image_proc-1.15.2.ebuild b/dev-ros/image_proc/image_proc-1.15.2.ebuild index f32f0d01c302..088890f6b623 100644 --- a/dev-ros/image_proc/image_proc-1.15.2.ebuild +++ b/dev-ros/image_proc/image_proc-1.15.2.ebuild @@ -1,10 +1,9 @@ # 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_pipeline" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) ROS_SUBDIR=${PN} inherit ros-catkin @@ -22,8 +21,9 @@ RDEPEND=" dev-ros/nodelet dev-libs/console_bridge:= dev-ros/roscpp - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] media-libs/opencv:= dev-libs/boost:=[threads] " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +" diff --git a/dev-ros/image_proc/image_proc-9999.ebuild b/dev-ros/image_proc/image_proc-9999.ebuild index bd66af15e302..088890f6b623 100644 --- a/dev-ros/image_proc/image_proc-9999.ebuild +++ b/dev-ros/image_proc/image_proc-9999.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# 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_pipeline" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) ROS_SUBDIR=${PN} inherit ros-catkin @@ -22,8 +21,9 @@ RDEPEND=" dev-ros/nodelet dev-libs/console_bridge:= dev-ros/roscpp - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] media-libs/opencv:= dev-libs/boost:=[threads] " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +" |