diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-28 17:13:22 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-29 14:20:18 +0200 |
commit | 9f0c1af309fe43386dcf25341801a9861d5f6fcb (patch) | |
tree | 6df4630366a8f40bdef095585ee65714546bf8af /dev-ros/qt_gui | |
parent | dev-ros/qt_gui_app: convert to python-single-r1 (diff) | |
download | gentoo-9f0c1af309fe43386dcf25341801a9861d5f6fcb.tar.gz gentoo-9f0c1af309fe43386dcf25341801a9861d5f6fcb.tar.bz2 gentoo-9f0c1af309fe43386dcf25341801a9861d5f6fcb.zip |
dev-ros/qt_gui: convert to python-single-r1
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/qt_gui')
-rw-r--r-- | dev-ros/qt_gui/qt_gui-0.4.1.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/qt_gui/qt_gui-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ros/qt_gui/qt_gui-0.4.1.ebuild b/dev-ros/qt_gui/qt_gui-0.4.1.ebuild index bf7316e15d80..13d36a028a20 100644 --- a/dev-ros/qt_gui/qt_gui-0.4.1.ebuild +++ b/dev-ros/qt_gui/qt_gui-0.4.1.ebuild @@ -16,7 +16,7 @@ IUSE="" RDEPEND=" dev-qt/qtcore:5 - dev-python/rospkg[${PYTHON_USEDEP}] - >=dev-ros/python_qt_binding-0.3.0[${PYTHON_USEDEP}] + $(python_gen_cond_dep "dev-python/rospkg[\${PYTHON_USEDEP}]") + >=dev-ros/python_qt_binding-0.3.0[${PYTHON_SINGLE_USEDEP}] " DEPEND="${RDEPEND}" diff --git a/dev-ros/qt_gui/qt_gui-9999.ebuild b/dev-ros/qt_gui/qt_gui-9999.ebuild index bf7316e15d80..13d36a028a20 100644 --- a/dev-ros/qt_gui/qt_gui-9999.ebuild +++ b/dev-ros/qt_gui/qt_gui-9999.ebuild @@ -16,7 +16,7 @@ IUSE="" RDEPEND=" dev-qt/qtcore:5 - dev-python/rospkg[${PYTHON_USEDEP}] - >=dev-ros/python_qt_binding-0.3.0[${PYTHON_USEDEP}] + $(python_gen_cond_dep "dev-python/rospkg[\${PYTHON_USEDEP}]") + >=dev-ros/python_qt_binding-0.3.0[${PYTHON_SINGLE_USEDEP}] " DEPEND="${RDEPEND}" |