From ef0f929f9c70d2b1d2b6331b2edcaf7fd8238077 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Fri, 31 Jul 2020 12:21:51 +0200 Subject: [PATCH] dev-ros/test_rosbag_storage: add missing dep Closes: https://bugs.gentoo.org/734870 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier --- dev-ros/test_rosbag_storage/test_rosbag_storage-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ros/test_rosbag_storage/test_rosbag_storage-9999.ebuild b/dev-ros/test_rosbag_storage/test_rosbag_storage-9999.ebuild index 9b630af5d5f8d..258d31bf3e947 100644 --- a/dev-ros/test_rosbag_storage/test_rosbag_storage-9999.ebuild +++ b/dev-ros/test_rosbag_storage/test_rosbag_storage-9999.ebuild @@ -17,6 +17,7 @@ IUSE="" RDEPEND="" DEPEND="${RDEPEND} dev-ros/rosbag_storage + dev-ros/rosbag dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-libs/boost:= test? ( dev-cpp/gtest )"