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/openni2_launch/
Date: Tue, 08 Jan 2019 08:54:49
Message-Id: 1546937673.0c74002fcca206b2185f4db0a1f20f501344de3b.aballier@gentoo
1 commit: 0c74002fcca206b2185f4db0a1f20f501344de3b
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 8 08:46:28 2019 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 8 08:54:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c74002f
7
8 dev-ros/openni2_launch: add usbutils dep
9
10 Package-Manager: Portage-2.3.54, Repoman-2.3.12
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/openni2_launch/openni2_launch-9999.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-ros/openni2_launch/openni2_launch-9999.ebuild b/dev-ros/openni2_launch/openni2_launch-9999.ebuild
17 index 938586d80cc..427bff3b2b1 100644
18 --- a/dev-ros/openni2_launch/openni2_launch-9999.ebuild
19 +++ b/dev-ros/openni2_launch/openni2_launch-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -22,3 +22,5 @@ RDEPEND="
27 dev-ros/tf
28 "
29 DEPEND="${RDEPEND}"
30 +RDEPEND="${RDEPEND}
31 + sys-apps/usbutils"