From 90c26fdf502aa2931c6faf0e8f88cbc61be682f4 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Thu, 9 Jul 2020 13:00:15 +0200 Subject: dev-ros/diagnostic_updater: bump eapi Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier --- dev-ros/diagnostic_updater/diagnostic_updater-1.9.4.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'dev-ros/diagnostic_updater/diagnostic_updater-1.9.4.ebuild') diff --git a/dev-ros/diagnostic_updater/diagnostic_updater-1.9.4.ebuild b/dev-ros/diagnostic_updater/diagnostic_updater-1.9.4.ebuild index 99d9f927c224..ca0ceb79a286 100644 --- a/dev-ros/diagnostic_updater/diagnostic_updater-1.9.4.ebuild +++ b/dev-ros/diagnostic_updater/diagnostic_updater-1.9.4.ebuild @@ -1,11 +1,10 @@ # 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/diagnostics" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} -PYTHON_COMPAT=( python2_7 ) inherit ros-catkin @@ -15,11 +14,13 @@ SLOT="0" IUSE="" RDEPEND=" - dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}] - dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] dev-ros/roscpp dev-ros/rostest[${PYTHON_USEDEP}] dev-ros/std_msgs[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} + dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] test? ( dev-cpp/gtest dev-ros/rostest[${PYTHON_USEDEP}] )" -- cgit v1.2.3-65-gdbad