diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 12:52:10 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 13:45:20 +0200 |
commit | e7435a8eda405c1a4ae842d31efeeb067153cbe8 (patch) | |
tree | fbdb0725a616d8e1c15988e063c6e33643ed8b1c | |
parent | dev-ros/nodelet_topic_tools: Remove old (diff) | |
download | gentoo-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>
-rw-r--r-- | dev-ros/nodelet/nodelet-1.10.0.ebuild | 5 | ||||
-rw-r--r-- | dev-ros/nodelet/nodelet-9999.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/dev-ros/nodelet/nodelet-1.10.0.ebuild b/dev-ros/nodelet/nodelet-1.10.0.ebuild index be2fa68eb177..8b18e8b5a088 100644 --- a/dev-ros/nodelet/nodelet-1.10.0.ebuild +++ b/dev-ros/nodelet/nodelet-1.10.0.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="" 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="" |