Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/test_rosbag_storage/
Date: Fri, 31 Jul 2020 10:34:52
Message-Id: 1596190911.ef0f929f9c70d2b1d2b6331b2edcaf7fd8238077.aballier@gentoo
1 commit: ef0f929f9c70d2b1d2b6331b2edcaf7fd8238077
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 31 10:21:51 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 10:21:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef0f929f
7
8 dev-ros/test_rosbag_storage: add missing dep
9
10 Closes: https://bugs.gentoo.org/734870
11 Package-Manager: Portage-3.0.1, Repoman-2.3.23
12 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
13
14 dev-ros/test_rosbag_storage/test_rosbag_storage-9999.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/dev-ros/test_rosbag_storage/test_rosbag_storage-9999.ebuild b/dev-ros/test_rosbag_storage/test_rosbag_storage-9999.ebuild
18 index 9b630af5d5f..258d31bf3e9 100644
19 --- a/dev-ros/test_rosbag_storage/test_rosbag_storage-9999.ebuild
20 +++ b/dev-ros/test_rosbag_storage/test_rosbag_storage-9999.ebuild
21 @@ -17,6 +17,7 @@ IUSE=""
22 RDEPEND=""
23 DEPEND="${RDEPEND}
24 dev-ros/rosbag_storage
25 + dev-ros/rosbag
26 dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
27 dev-libs/boost:=
28 test? ( dev-cpp/gtest )"