commit: eb386d092fbd44cc97580d4f2faeb7a0900edcbf
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 08:19:02 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 08:24:13 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb386d09
dev-ros/rqt_pose_view: add dep on dev-ros/rqt_py_common
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-ros/rqt_pose_view/rqt_pose_view-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-ros/rqt_pose_view/rqt_pose_view-9999.ebuild
b/dev-ros/rqt_pose_view/rqt_pose_view-9999.ebuild
index a4afb74..983f874 100644
--- a/dev-ros/rqt_pose_view/rqt_pose_view-9999.ebuild
+++ b/dev-ros/rqt_pose_view/rqt_pose_view-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -27,5 +27,6 @@ RDEPEND="
dev-ros/rqt_gui[${PYTHON_USEDEP}]
dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
dev-ros/tf[${PYTHON_USEDEP}]
+ dev-ros/rqt_py_common[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"