diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-04-25 07:51:29 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-04-25 08:40:08 +0200 |
commit | af17139c51230449f49929fc230945dc60de26a9 (patch) | |
tree | 52b728fbfd73e7d365d111e9169b2238189ca747 /ros-meta | |
parent | ros-meta/rqt: remove old (diff) | |
download | gentoo-af17139c51230449f49929fc230945dc60de26a9.tar.gz gentoo-af17139c51230449f49929fc230945dc60de26a9.tar.bz2 gentoo-af17139c51230449f49929fc230945dc60de26a9.zip |
ros-meta/rqt: add rqt_gui_py dep
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'ros-meta')
-rw-r--r-- | ros-meta/rqt/rqt-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ros-meta/rqt/rqt-9999.ebuild b/ros-meta/rqt/rqt-9999.ebuild index 996ddc72cf15..7e0951567efd 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}" |