diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-28 16:19:01 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-29 14:19:46 +0200 |
commit | 483f2bcf7822aec3071707735e91b46cbf2811ed (patch) | |
tree | cc14dc7f7718c1bd641846dd684e394931eb11c8 /dev-ros/roscreate | |
parent | dev-ros/rosclean: convert to python-single-r1 (diff) | |
download | gentoo-483f2bcf7822aec3071707735e91b46cbf2811ed.tar.gz gentoo-483f2bcf7822aec3071707735e91b46cbf2811ed.tar.bz2 gentoo-483f2bcf7822aec3071707735e91b46cbf2811ed.zip |
dev-ros/roscreate: 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/roscreate')
-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}]") ) " |