summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-09 12:52:10 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-09 13:45:20 +0200
commite7435a8eda405c1a4ae842d31efeeb067153cbe8 (patch)
treefbdb0725a616d8e1c15988e063c6e33643ed8b1c /dev-ros/nodelet/nodelet-9999.ebuild
parentdev-ros/nodelet_topic_tools: Remove old (diff)
downloadgentoo-e7435a8eda405c1a4ae842d31efeeb067153cbe8.tar.gz
gentoo-e7435a8eda405c1a4ae842d31efeeb067153cbe8.tar.bz2
gentoo-e7435a8eda405c1a4ae842d31efeeb067153cbe8.zip
dev-ros/nodelet: 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/nodelet/nodelet-9999.ebuild')
-rw-r--r--dev-ros/nodelet/nodelet-9999.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-ros/nodelet/nodelet-9999.ebuild b/dev-ros/nodelet/nodelet-9999.ebuild
index be2fa68eb177..8b18e8b5a088 100644
--- a/dev-ros/nodelet/nodelet-9999.ebuild
+++ b/dev-ros/nodelet/nodelet-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
CATKIN_HAS_MESSAGES=yes
ROS_REPO_URI="https://github.com/ros/nodelet_core"
KEYWORDS="~amd64 ~arm"
ROS_SUBDIR=${PN}
CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
inherit ros-catkin
-DESCRIPTION="Provides a way to run multiple algorithms in the same process with zero copy transport"
+DESCRIPTION="Runs multiple algorithms in the same process with zero copy transport"
LICENSE="BSD"
SLOT="0"
IUSE=""