From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D5F8B138359 for ; Fri, 31 Jul 2020 10:34:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26195E0984; Fri, 31 Jul 2020 10:34:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12DC2E0984 for ; Fri, 31 Jul 2020 10:34:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 307FD34F43D for ; Fri, 31 Jul 2020 10:34:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7979B300 for ; Fri, 31 Jul 2020 10:34:44 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1596190485.d88063239c81ffa799d40dfcecd144f72ee279b6.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/image_proc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/image_proc/image_proc-1.15.2.ebuild dev-ros/image_proc/image_proc-9999.ebuild X-VCS-Directories: dev-ros/image_proc/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: d88063239c81ffa799d40dfcecd144f72ee279b6 X-VCS-Branch: master Date: Fri, 31 Jul 2020 10:34:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 06cecf99-b13a-409e-bf6d-3803e4b6dd6e X-Archives-Hash: f40ee4b8b6c2fd9de829083c3a4f81c0 commit: d88063239c81ffa799d40dfcecd144f72ee279b6 Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 31 10:14:45 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 31 10:14:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8806323 dev-ros/image_proc: add missing deps Closes: https://bugs.gentoo.org/734872 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/image_proc/image_proc-1.15.2.ebuild | 9 +++++++-- dev-ros/image_proc/image_proc-9999.ebuild | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/dev-ros/image_proc/image_proc-1.15.2.ebuild b/dev-ros/image_proc/image_proc-1.15.2.ebuild index 088890f6b62..b5835b9b9a3 100644 --- a/dev-ros/image_proc/image_proc-1.15.2.ebuild +++ b/dev-ros/image_proc/image_proc-1.15.2.ebuild @@ -15,15 +15,20 @@ IUSE="" RDEPEND=" dev-ros/cv_bridge - dev-ros/dynamic_reconfigure + dev-ros/dynamic_reconfigure[${PYTHON_SINGLE_USEDEP}] dev-ros/image_geometry dev-ros/image_transport dev-ros/nodelet - dev-libs/console_bridge:= + dev-ros/nodelet_topic_tools dev-ros/roscpp + dev-libs/console_bridge:= media-libs/opencv:= dev-libs/boost:=[threads] " DEPEND="${RDEPEND} dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + test? ( + dev-ros/rostest + dev-cpp/gtest + ) " diff --git a/dev-ros/image_proc/image_proc-9999.ebuild b/dev-ros/image_proc/image_proc-9999.ebuild index 088890f6b62..b5835b9b9a3 100644 --- a/dev-ros/image_proc/image_proc-9999.ebuild +++ b/dev-ros/image_proc/image_proc-9999.ebuild @@ -15,15 +15,20 @@ IUSE="" RDEPEND=" dev-ros/cv_bridge - dev-ros/dynamic_reconfigure + dev-ros/dynamic_reconfigure[${PYTHON_SINGLE_USEDEP}] dev-ros/image_geometry dev-ros/image_transport dev-ros/nodelet - dev-libs/console_bridge:= + dev-ros/nodelet_topic_tools dev-ros/roscpp + dev-libs/console_bridge:= media-libs/opencv:= dev-libs/boost:=[threads] " DEPEND="${RDEPEND} dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + test? ( + dev-ros/rostest + dev-cpp/gtest + ) "