commit: ef0f929f9c70d2b1d2b6331b2edcaf7fd8238077 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Fri Jul 31 10:21:51 2020 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Fri Jul 31 10:21:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef0f929f
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 <aballier <AT> gentoo.org> 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 9b630af5d5f..258d31bf3e9 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 )"
