summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-28 17:06:09 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-29 14:20:13 +0200
commit832045a64a3a7a6ee73655788128f07cc73f09de (patch)
treebea3e7418b055dddf672bb127216fc9f16a5c144 /dev-ros/rosmake/rosmake-1.15.5.ebuild
parentdev-ros/rosmaster: convert to python-single-r1 (diff)
downloadgentoo-832045a64a3a7a6ee73655788128f07cc73f09de.tar.gz
gentoo-832045a64a3a7a6ee73655788128f07cc73f09de.tar.bz2
gentoo-832045a64a3a7a6ee73655788128f07cc73f09de.zip
dev-ros/rosmake: 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/rosmake/rosmake-1.15.5.ebuild')
-rw-r--r--dev-ros/rosmake/rosmake-1.15.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ros/rosmake/rosmake-1.15.5.ebuild b/dev-ros/rosmake/rosmake-1.15.5.ebuild
index 37425da9744e..d848bd5393ac 100644
--- a/dev-ros/rosmake/rosmake-1.15.5.ebuild
+++ b/dev-ros/rosmake/rosmake-1.15.5.ebuild
@@ -14,7 +14,7 @@ LICENSE="BSD"
SLOT="0"
IUSE=""
-RDEPEND="dev-python/rospkg[${PYTHON_USEDEP}]"
+RDEPEND="$(python_gen_cond_dep "dev-python/rospkg[\${PYTHON_USEDEP}]")"
DEPEND="${RDEPEND}
- test? ( dev-python/nose[${PYTHON_USEDEP}] )
+ test? ( $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") )
"