summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-28 16:41:53 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-29 14:19:59 +0200
commit5ee7c5163f9b0708a2bb7b4f395b8f35d00047da (patch)
treee578a40051720e3e33398feea8ead1c0c2a6a210 /dev-ros/rqt_py_console/rqt_py_console-9999.ebuild
parentdev-ros/rqt_pose_view: convert to python-single-r1 (diff)
downloadgentoo-5ee7c5163f9b0708a2bb7b4f395b8f35d00047da.tar.gz
gentoo-5ee7c5163f9b0708a2bb7b4f395b8f35d00047da.tar.bz2
gentoo-5ee7c5163f9b0708a2bb7b4f395b8f35d00047da.zip
dev-ros/rqt_py_console: 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/rqt_py_console/rqt_py_console-9999.ebuild')
-rw-r--r--dev-ros/rqt_py_console/rqt_py_console-9999.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-ros/rqt_py_console/rqt_py_console-9999.ebuild b/dev-ros/rqt_py_console/rqt_py_console-9999.ebuild
index 991a135bcbb5..46f53c8850d9 100644
--- a/dev-ros/rqt_py_console/rqt_py_console-9999.ebuild
+++ b/dev-ros/rqt_py_console/rqt_py_console-9999.ebuild
@@ -14,11 +14,11 @@ SLOT="0"
IUSE=""
RDEPEND="
- dev-python/rospkg[${PYTHON_USEDEP}]
- dev-ros/qt_gui[${PYTHON_USEDEP}]
- dev-ros/qt_gui_py_common[${PYTHON_USEDEP}]
- dev-ros/rospy[${PYTHON_USEDEP}]
- dev-ros/rqt_gui[${PYTHON_USEDEP}]
- dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep "dev-python/rospkg[\${PYTHON_USEDEP}]")
+ dev-ros/qt_gui[${PYTHON_SINGLE_USEDEP}]
+ dev-ros/qt_gui_py_common[${PYTHON_SINGLE_USEDEP}]
+ dev-ros/rospy[${PYTHON_SINGLE_USEDEP}]
+ dev-ros/rqt_gui[${PYTHON_SINGLE_USEDEP}]
+ dev-ros/rqt_gui_py[${PYTHON_SINGLE_USEDEP}]
"
DEPEND="${RDEPEND}"