diff options
author | 2020-05-18 18:20:52 +0200 | |
---|---|---|
committer | 2020-05-18 18:35:02 +0200 | |
commit | fa24d0eba3287fa02f410113ebce884a8beccfd9 (patch) | |
tree | f4f00f06a9b9b099e7915d0972415f413d20a0c8 /dev-ros/voxel_grid | |
parent | dev-ros/voxel_grid: Remove old (diff) | |
download | gentoo-fa24d0eba3287fa02f410113ebce884a8beccfd9.tar.gz gentoo-fa24d0eba3287fa02f410113ebce884a8beccfd9.tar.bz2 gentoo-fa24d0eba3287fa02f410113ebce884a8beccfd9.zip |
dev-ros/voxel_grid: eapi7
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/voxel_grid')
-rw-r--r-- | dev-ros/voxel_grid/voxel_grid-1.16.6.ebuild | 2 | ||||
-rw-r--r-- | dev-ros/voxel_grid/voxel_grid-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ros/voxel_grid/voxel_grid-1.16.6.ebuild b/dev-ros/voxel_grid/voxel_grid-1.16.6.ebuild index a1852a5099fd..2a7672352f28 100644 --- a/dev-ros/voxel_grid/voxel_grid-1.16.6.ebuild +++ b/dev-ros/voxel_grid/voxel_grid-1.16.6.ebuild @@ -1,7 +1,7 @@ # 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" diff --git a/dev-ros/voxel_grid/voxel_grid-9999.ebuild b/dev-ros/voxel_grid/voxel_grid-9999.ebuild index 619dcc5b0f7d..2a7672352f28 100644 --- a/dev-ros/voxel_grid/voxel_grid-9999.ebuild +++ b/dev-ros/voxel_grid/voxel_grid-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2014 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-planning/navigation" ROS_SUBDIR=${PN} KEYWORDS="~amd64 ~arm" |