diff options
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/roscreate/roscreate-1.15.5.ebuild | 6 | ||||
-rw-r--r-- | dev-ros/roscreate/roscreate-9999.ebuild | 6 |
2 files changed, 6 insertions, 6 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}]") ) " diff --git a/dev-ros/roscreate/roscreate-9999.ebuild b/dev-ros/roscreate/roscreate-9999.ebuild index 0f87541950dd..34cd94cd1e66 100644 --- a/dev-ros/roscreate/roscreate-9999.ebuild +++ b/dev-ros/roscreate/roscreate-9999.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}]") ) " |