diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-05-18 18:38:00 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-05-18 18:54:35 +0200 |
commit | 344932bdc7e7f77767f8714c722f12734004abda (patch) | |
tree | 59ed65b29e6f6156b7b817f9448c3daf03c4a31f /dev-ros/visp_tracker/visp_tracker-9999.ebuild | |
parent | dev-ros/visp_tracker: Remove old (diff) | |
download | gentoo-344932bdc7e7f77767f8714c722f12734004abda.tar.gz gentoo-344932bdc7e7f77767f8714c722f12734004abda.tar.bz2 gentoo-344932bdc7e7f77767f8714c722f12734004abda.zip |
dev-ros/visp_tracker: eapi7
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/visp_tracker/visp_tracker-9999.ebuild')
-rw-r--r-- | dev-ros/visp_tracker/visp_tracker-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-ros/visp_tracker/visp_tracker-9999.ebuild b/dev-ros/visp_tracker/visp_tracker-9999.ebuild index d4999b7b5199..daf710861a29 100644 --- a/dev-ros/visp_tracker/visp_tracker-9999.ebuild +++ b/dev-ros/visp_tracker/visp_tracker-9999.ebuild @@ -1,13 +1,12 @@ -# Copyright 1999-2018 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/lagadic/vision_visp" KEYWORDS="~amd64 ~arm" VER_PREFIX="kinetic-" ROS_SUBDIR=${PN} CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python2_7 ) CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs" inherit ros-catkin |