diff options
author | 2020-07-16 16:51:53 +0200 | |
---|---|---|
committer | 2020-07-16 18:30:43 +0200 | |
commit | d49879f384eb6d539385f0ed92dd73e8437f14ec (patch) | |
tree | 5ec756ac803ca2695f7113d843055d24a3d1038b /dev-ros/move_base_msgs/move_base_msgs-9999.ebuild | |
parent | dev-ros/moveit_msgs: Remove old (diff) | |
download | gentoo-d49879f384eb6d539385f0ed92dd73e8437f14ec.tar.gz gentoo-d49879f384eb6d539385f0ed92dd73e8437f14ec.tar.bz2 gentoo-d49879f384eb6d539385f0ed92dd73e8437f14ec.zip |
dev-ros/move_base_msgs: bump to 1.14.0
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/move_base_msgs/move_base_msgs-9999.ebuild')
-rw-r--r-- | dev-ros/move_base_msgs/move_base_msgs-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-ros/move_base_msgs/move_base_msgs-9999.ebuild b/dev-ros/move_base_msgs/move_base_msgs-9999.ebuild index 29432d3e9a38..4ccf99a8e8da 100644 --- a/dev-ros/move_base_msgs/move_base_msgs-9999.ebuild +++ b/dev-ros/move_base_msgs/move_base_msgs-9999.ebuild @@ -1,11 +1,10 @@ # 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-planning/navigation_msgs" CATKIN_HAS_MESSAGES=yes KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) ROS_SUBDIR=${PN} CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/geometry_msgs" |