From 3cf7c3ef441822c889356fd1812ebf2944a59851 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 25 Aug 2020 10:45:55 +0100 Subject: gentoo resync : 25.08.2020 --- .../interactive_marker_tutorials-9999.ebuild | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-9999.ebuild') diff --git a/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-9999.ebuild b/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-9999.ebuild index 6844281b86eb..a4442a8e777d 100644 --- a/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-9999.ebuild +++ b/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-9999.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# 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-visualization/visualization_tutorials" KEYWORDS="~amd64" ROS_SUBDIR=${PN} -PYTHON_COMPAT=( python2_7 ) inherit ros-catkin @@ -17,10 +16,12 @@ IUSE="" RDEPEND=" dev-ros/roscpp dev-ros/interactive_markers - dev-ros/visualization_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}] - dev-ros/tf[${PYTHON_USEDEP}] - dev-ros/rospy[${PYTHON_USEDEP}] - dev-ros/roslib[${PYTHON_USEDEP}] + dev-ros/visualization_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/tf[${PYTHON_SINGLE_USEDEP}] + dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] + dev-ros/roslib[${PYTHON_SINGLE_USEDEP}] dev-libs/boost:= " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-ros/visualization_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +" -- cgit v1.2.3