commit: 87654ca978d4d9ddfbe1fe75692339039f4d781a Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Fri Jul 31 10:17:10 2020 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Fri Jul 31 10:17:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87654ca9
dev-ros/compressed_depth_image_transport: add missing deps Closes: https://bugs.gentoo.org/734868 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org> .../compressed_depth_image_transport-1.14.0.ebuild | 6 +++++- .../compressed_depth_image_transport-9999.ebuild | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.14.0.ebuild b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.14.0.ebuild index cd36472d2cb..97f465fd487 100644 --- a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.14.0.ebuild +++ b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-1.14.0.ebuild @@ -21,4 +21,8 @@ RDEPEND=" dev-libs/boost:= dev-libs/console_bridge:= " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + test? ( + dev-cpp/gtest + ) +" diff --git a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-9999.ebuild b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-9999.ebuild index cd36472d2cb..97f465fd487 100644 --- a/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-9999.ebuild +++ b/dev-ros/compressed_depth_image_transport/compressed_depth_image_transport-9999.ebuild @@ -21,4 +21,8 @@ RDEPEND=" dev-libs/boost:= dev-libs/console_bridge:= " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + test? ( + dev-cpp/gtest + ) +"
