diff options
author | 2021-08-03 13:50:10 +0200 | |
---|---|---|
committer | 2021-08-03 13:56:48 +0200 | |
commit | b70eac21a7e6a3dcd15e1d5a3397049e4eeddd0a (patch) | |
tree | c6ca8ae86a3aa6751b3fdb0573855956517d8458 /ros-meta/vision_visp/vision_visp-9999.ebuild | |
parent | dev-ros/visp_tracker: Bump to 0.12.1. (diff) | |
download | gentoo-b70eac21a7e6a3dcd15e1d5a3397049e4eeddd0a.tar.gz gentoo-b70eac21a7e6a3dcd15e1d5a3397049e4eeddd0a.tar.bz2 gentoo-b70eac21a7e6a3dcd15e1d5a3397049e4eeddd0a.zip |
ros-meta/vision_visp: Bump to 0.12.1.
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'ros-meta/vision_visp/vision_visp-9999.ebuild')
-rw-r--r-- | ros-meta/vision_visp/vision_visp-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ros-meta/vision_visp/vision_visp-9999.ebuild b/ros-meta/vision_visp/vision_visp-9999.ebuild index aa371b2e1310..a820bd65f573 100644 --- a/ros-meta/vision_visp/vision_visp-9999.ebuild +++ b/ros-meta/vision_visp/vision_visp-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 ROS_REPO_URI="https://github.com/lagadic/vision_visp" KEYWORDS="~amd64 ~arm" -VER_PREFIX="kinetic-" +VER_PREFIX="noetic-" ROS_SUBDIR=${PN} inherit ros-catkin @@ -23,5 +23,5 @@ RDEPEND=" " DEPEND="" if [ "${PV#9999}" = "${PV}" ] ; then - S="${WORKDIR}/vision_visp-kinetic-${PV}/${ROS_SUBDIR}" + S="${WORKDIR}/vision_visp-noetic-${PV}/${ROS_SUBDIR}" fi |