diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-04-05 12:27:24 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-04-05 12:53:34 +0200 |
commit | baf68d010f314eff3b835509ee46f261e0737b8d (patch) | |
tree | 1c1b65e4dc7f179597825dfa6106e6d68b6f6efa /dev-ros/qt_gui | |
parent | dev-ros/qt_dotgraph: bump python_qt_binding_dep in live ebuild (diff) | |
download | gentoo-baf68d010f314eff3b835509ee46f261e0737b8d.tar.gz gentoo-baf68d010f314eff3b835509ee46f261e0737b8d.tar.bz2 gentoo-baf68d010f314eff3b835509ee46f261e0737b8d.zip |
dev-ros/qt_gui: bump python_qt_binding_dep in live ebuild
Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/qt_gui')
-rw-r--r-- | dev-ros/qt_gui/qt_gui-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ros/qt_gui/qt_gui-9999.ebuild b/dev-ros/qt_gui/qt_gui-9999.ebuild index c65766bd2aa5..f5ef4e6552db 100644 --- a/dev-ros/qt_gui/qt_gui-9999.ebuild +++ b/dev-ros/qt_gui/qt_gui-9999.ebuild @@ -19,6 +19,6 @@ IUSE="" RDEPEND=" dev-qt/qtcore:4 dev-python/rospkg[${PYTHON_USEDEP}] - dev-ros/python_qt_binding[${PYTHON_USEDEP}] + >=dev-ros/python_qt_binding-0.3.0[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" |