diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 14:06:56 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 14:33:29 +0200 |
commit | bc3a5440e3a50c5195e2860033e71bbb1b0959c1 (patch) | |
tree | d01efd513bbb54d5c285d3c6d5e5bb17d3c80353 /dev-ros/shape_tools | |
parent | dev-ros/smach: Remove old (diff) | |
download | gentoo-bc3a5440e3a50c5195e2860033e71bbb1b0959c1.tar.gz gentoo-bc3a5440e3a50c5195e2860033e71bbb1b0959c1.tar.bz2 gentoo-bc3a5440e3a50c5195e2860033e71bbb1b0959c1.zip |
dev-ros/shape_tools: 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/shape_tools')
-rw-r--r-- | dev-ros/shape_tools/shape_tools-0.2.1.ebuild | 7 | ||||
-rw-r--r-- | dev-ros/shape_tools/shape_tools-9999.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-ros/shape_tools/shape_tools-0.2.1.ebuild b/dev-ros/shape_tools/shape_tools-0.2.1.ebuild index be5d89f8bd96..073087b63bf6 100644 --- a/dev-ros/shape_tools/shape_tools-0.2.1.ebuild +++ b/dev-ros/shape_tools/shape_tools-0.2.1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 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/shape_tools" KEYWORDS="~amd64 ~arm" @@ -14,11 +14,12 @@ SLOT="0" IUSE="" RDEPEND=" +" +DEPEND="${RDEPEND} dev-ros/visualization_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/shape_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] " -DEPEND="${RDEPEND}" src_prepare() { cmake-utils_src_prepare diff --git a/dev-ros/shape_tools/shape_tools-9999.ebuild b/dev-ros/shape_tools/shape_tools-9999.ebuild index be5d89f8bd96..073087b63bf6 100644 --- a/dev-ros/shape_tools/shape_tools-9999.ebuild +++ b/dev-ros/shape_tools/shape_tools-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 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/shape_tools" KEYWORDS="~amd64 ~arm" @@ -14,11 +14,12 @@ SLOT="0" IUSE="" RDEPEND=" +" +DEPEND="${RDEPEND} dev-ros/visualization_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/shape_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] " -DEPEND="${RDEPEND}" src_prepare() { cmake-utils_src_prepare |