commit: e1ac7ccdce30546d9261e445d226209fb7b115b5 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Fri Jul 31 10:23:39 2020 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Fri Jul 31 10:23:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ac7ccd
dev-ros/depthimage_to_laserscan: add missing deps Closes: https://bugs.gentoo.org/734812 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org> .../depthimage_to_laserscan/depthimage_to_laserscan-1.0.8.ebuild | 8 ++++++-- .../depthimage_to_laserscan/depthimage_to_laserscan-9999.ebuild | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-1.0.8.ebuild b/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-1.0.8.ebuild index 2a0e0e7a739..bee85b1f78d 100644 --- a/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-1.0.8.ebuild +++ b/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-1.0.8.ebuild @@ -13,16 +13,20 @@ SLOT="0" IUSE="" RDEPEND=" - dev-ros/roscpp - media-libs/opencv:= dev-ros/dynamic_reconfigure[${PYTHON_SINGLE_USEDEP}] dev-ros/image_geometry dev-ros/image_transport dev-ros/nodelet + dev-ros/roscpp + + media-libs/opencv:= dev-libs/boost:= dev-libs/console_bridge:= " DEPEND="${RDEPEND} dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + test? ( + dev-cpp/gtest + ) " PATCHES=( "${FILESDIR}/isnan.patch" ) diff --git a/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-9999.ebuild b/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-9999.ebuild index 2a0e0e7a739..bee85b1f78d 100644 --- a/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-9999.ebuild +++ b/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-9999.ebuild @@ -13,16 +13,20 @@ SLOT="0" IUSE="" RDEPEND=" - dev-ros/roscpp - media-libs/opencv:= dev-ros/dynamic_reconfigure[${PYTHON_SINGLE_USEDEP}] dev-ros/image_geometry dev-ros/image_transport dev-ros/nodelet + dev-ros/roscpp + + media-libs/opencv:= dev-libs/boost:= dev-libs/console_bridge:= " DEPEND="${RDEPEND} dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + test? ( + dev-cpp/gtest + ) " PATCHES=( "${FILESDIR}/isnan.patch" )
