diff options
Diffstat (limited to 'dev-ros/roscreate/roscreate-1.15.5.ebuild')
-rw-r--r-- | dev-ros/roscreate/roscreate-1.15.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ros/roscreate/roscreate-1.15.5.ebuild b/dev-ros/roscreate/roscreate-1.15.5.ebuild index 0f87541950dd..34cd94cd1e66 100644 --- a/dev-ros/roscreate/roscreate-1.15.5.ebuild +++ b/dev-ros/roscreate/roscreate-1.15.5.ebuild @@ -15,8 +15,8 @@ SLOT="0" IUSE="" RDEPEND=" - dev-python/rospkg[${PYTHON_USEDEP}] - dev-ros/roslib[${PYTHON_USEDEP}]" + $(python_gen_cond_dep "dev-python/rospkg[\${PYTHON_USEDEP}]") + dev-ros/roslib[${PYTHON_SINGLE_USEDEP}]" DEPEND="${RDEPEND} - test? ( dev-python/nose[${PYTHON_USEDEP}] ) + test? ( $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") ) " |