diff options
author | 2020-07-10 17:49:52 +0200 | |
---|---|---|
committer | 2020-07-10 18:02:04 +0200 | |
commit | d5a24f9b139b67398edbb462cdd2a9e780652a47 (patch) | |
tree | ea7298744b003349a1987e318fa4a166c5b738d9 /dev-ros/clear_costmap_recovery | |
parent | dev-ros/costmap_2d: Remove old (diff) | |
download | gentoo-d5a24f9b139b67398edbb462cdd2a9e780652a47.tar.gz gentoo-d5a24f9b139b67398edbb462cdd2a9e780652a47.tar.bz2 gentoo-d5a24f9b139b67398edbb462cdd2a9e780652a47.zip |
dev-ros/clear_costmap_recovery: 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/clear_costmap_recovery')
-rw-r--r-- | dev-ros/clear_costmap_recovery/clear_costmap_recovery-1.17.0.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/clear_costmap_recovery/clear_costmap_recovery-9999.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-ros/clear_costmap_recovery/clear_costmap_recovery-1.17.0.ebuild b/dev-ros/clear_costmap_recovery/clear_costmap_recovery-1.17.0.ebuild index 13b23257b73d..5f505a6c1a2e 100644 --- a/dev-ros/clear_costmap_recovery/clear_costmap_recovery-1.17.0.ebuild +++ b/dev-ros/clear_costmap_recovery/clear_costmap_recovery-1.17.0.ebuild @@ -1,14 +1,14 @@ # 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" ROS_SUBDIR=${PN} KEYWORDS="~amd64 ~arm" inherit ros-catkin -DESCRIPTION="Recovery behavior that attempts to clear space by reverting the costmaps to the static map" +DESCRIPTION="Recovery behavior that attempts reverting the costmaps to the static map" LICENSE="BSD" SLOT="0" IUSE="" diff --git a/dev-ros/clear_costmap_recovery/clear_costmap_recovery-9999.ebuild b/dev-ros/clear_costmap_recovery/clear_costmap_recovery-9999.ebuild index 577df1d17e47..5f505a6c1a2e 100644 --- a/dev-ros/clear_costmap_recovery/clear_costmap_recovery-9999.ebuild +++ b/dev-ros/clear_costmap_recovery/clear_costmap_recovery-9999.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2019 Gentoo Authors +# 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" ROS_SUBDIR=${PN} KEYWORDS="~amd64 ~arm" inherit ros-catkin -DESCRIPTION="Recovery behavior that attempts to clear space by reverting the costmaps to the static map" +DESCRIPTION="Recovery behavior that attempts reverting the costmaps to the static map" LICENSE="BSD" SLOT="0" IUSE="" |