diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-16 18:39:31 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-16 19:34:39 +0200 |
commit | ff95a4936e3519182e354a70a9af8a1964a11cd9 (patch) | |
tree | 54566e9471846504711935a8fe7a74e37f1438ea /dev-ros/geometric_shapes/geometric_shapes-9999.ebuild | |
parent | dev-ros/gmapping: Remove old (diff) | |
download | gentoo-ff95a4936e3519182e354a70a9af8a1964a11cd9.tar.gz gentoo-ff95a4936e3519182e354a70a9af8a1964a11cd9.tar.bz2 gentoo-ff95a4936e3519182e354a70a9af8a1964a11cd9.zip |
dev-ros/geometric_shapes: bump to 0.7.0
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/geometric_shapes/geometric_shapes-9999.ebuild')
-rw-r--r-- | dev-ros/geometric_shapes/geometric_shapes-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-ros/geometric_shapes/geometric_shapes-9999.ebuild b/dev-ros/geometric_shapes/geometric_shapes-9999.ebuild index 80708cfa63ea..043a80b16c99 100644 --- a/dev-ros/geometric_shapes/geometric_shapes-9999.ebuild +++ b/dev-ros/geometric_shapes/geometric_shapes-9999.ebuild @@ -1,7 +1,7 @@ -# 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/ros-planning/geometric_shapes" KEYWORDS="~amd64 ~arm" @@ -21,10 +21,10 @@ RDEPEND=" dev-ros/random_numbers dev-ros/resource_retriever dev-ros/eigen_stl_containers - dev-ros/visualization_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/shape_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-libs/console_bridge:= " DEPEND="${RDEPEND} + dev-ros/visualization_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/shape_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] test? ( dev-cpp/gtest dev-ros/rosunit ) " |