dev-ros/image_view: add missing dynamic_reconfigure dep.
authorAlexis Ballier <aballier@gentoo.org>
Wed, 28 Aug 2019 16:33:00 +0000 (18:33 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Wed, 28 Aug 2019 17:01:45 +0000 (19:01 +0200)
Closes: https://bugs.gentoo.org/669636
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
dev-ros/image_view/image_view-1.12.23.ebuild
dev-ros/image_view/image_view-9999.ebuild

index ef3403e5342985d8d33e09393321087a99c10126..b7c4e715c9e99cbc6f2f0b47a31fa3fec9c68880 100644 (file)
@@ -29,6 +29,7 @@ RDEPEND="
        dev-ros/stereo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
        dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
        dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
+       dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}"
 PATCHES=( "${FILESDIR}/boost170.patch" )
index 9b9820cf2699c89a935c2819a2ca3d01bc130be5..b9c0dff05baca45d3e758d6cc1ce1474139f7ca8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -29,5 +29,6 @@ RDEPEND="
        dev-ros/stereo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
        dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
        dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
+       dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}"