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/image_proc/
Date: Mon, 24 Aug 2020 13:45:16
Message-Id: 1598276675.27172fbe29b33c2ca62dd95071c173629d7095f5.aballier@gentoo
1 commit: 27172fbe29b33c2ca62dd95071c173629d7095f5
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 24 13:29:59 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 24 13:44:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27172fbe
7
8 dev-ros/image_proc: add missing test dep
9
10 Closes: https://bugs.gentoo.org/738552
11 Package-Manager: Portage-3.0.3, Repoman-3.0.0
12 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
13
14 dev-ros/image_proc/image_proc-1.15.2.ebuild | 1 +
15 dev-ros/image_proc/image_proc-9999.ebuild | 1 +
16 2 files changed, 2 insertions(+)
17
18 diff --git a/dev-ros/image_proc/image_proc-1.15.2.ebuild b/dev-ros/image_proc/image_proc-1.15.2.ebuild
19 index b5835b9b9a3..e38214ace5b 100644
20 --- a/dev-ros/image_proc/image_proc-1.15.2.ebuild
21 +++ b/dev-ros/image_proc/image_proc-1.15.2.ebuild
22 @@ -30,5 +30,6 @@ DEPEND="${RDEPEND}
23 test? (
24 dev-ros/rostest
25 dev-cpp/gtest
26 + dev-ros/camera_calibration_parsers
27 )
28 "
29
30 diff --git a/dev-ros/image_proc/image_proc-9999.ebuild b/dev-ros/image_proc/image_proc-9999.ebuild
31 index b5835b9b9a3..e38214ace5b 100644
32 --- a/dev-ros/image_proc/image_proc-9999.ebuild
33 +++ b/dev-ros/image_proc/image_proc-9999.ebuild
34 @@ -30,5 +30,6 @@ DEPEND="${RDEPEND}
35 test? (
36 dev-ros/rostest
37 dev-cpp/gtest
38 + dev-ros/camera_calibration_parsers
39 )
40 "