From: Alexis Ballier Date: Tue, 8 Jan 2019 08:46:28 +0000 (+0100) Subject: dev-ros/openni2_launch: add usbutils dep X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0c74002fcca206b2185f4db0a1f20f501344de3b;p=gentoo.git dev-ros/openni2_launch: add usbutils dep Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Alexis Ballier --- diff --git a/dev-ros/openni2_launch/openni2_launch-9999.ebuild b/dev-ros/openni2_launch/openni2_launch-9999.ebuild index 938586d80cc3..427bff3b2b16 100644 --- a/dev-ros/openni2_launch/openni2_launch-9999.ebuild +++ b/dev-ros/openni2_launch/openni2_launch-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -22,3 +22,5 @@ RDEPEND=" dev-ros/tf " DEPEND="${RDEPEND}" +RDEPEND="${RDEPEND} + sys-apps/usbutils"