commit: af17139c51230449f49929fc230945dc60de26a9
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 05:51:29 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 06:40:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af17139c
ros-meta/rqt: add rqt_gui_py dep
Package-Manager: Portage-2.3.5, Repoman-2.3.2
ros-meta/rqt/rqt-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ros-meta/rqt/rqt-9999.ebuild b/ros-meta/rqt/rqt-9999.ebuild
index 996ddc72cf1..7e0951567ef 100644
--- a/ros-meta/rqt/rqt-9999.ebuild
+++ b/ros-meta/rqt/rqt-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
EAPI=5
@@ -18,5 +18,6 @@ RDEPEND="
dev-ros/rqt_gui
dev-ros/rqt_gui_cpp
dev-ros/rqt_gui_py
+ dev-ros/rqt_py_common
"
DEPEND="${RDEPEND}"