From 496a1d791904414348763d35ab4dd44f58acbc49 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 28 Jul 2020 16:01:54 +0200 Subject: dev-ros/xacro: convert to python-single Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier --- dev-ros/xacro/xacro-9999.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'dev-ros/xacro/xacro-9999.ebuild') diff --git a/dev-ros/xacro/xacro-9999.ebuild b/dev-ros/xacro/xacro-9999.ebuild index e29730c0f573..70c940ca810a 100644 --- a/dev-ros/xacro/xacro-9999.ebuild +++ b/dev-ros/xacro/xacro-9999.ebuild @@ -13,9 +13,12 @@ LICENSE="BSD" SLOT="0" IUSE="" -RDEPEND="dev-ros/roslint[${PYTHON_USEDEP}]" +RDEPEND="dev-ros/roslint[${PYTHON_SINGLE_USEDEP}]" DEPEND="${RDEPEND} - test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] ) + test? ( + dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] + $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") + ) " RDEPEND="${RDEPEND} - dev-ros/roslaunch[${PYTHON_USEDEP}]" + dev-ros/roslaunch[${PYTHON_SINGLE_USEDEP}]" -- cgit v1.2.3-65-gdbad