From bcb664a7f130f2b6a3c449a4106a0027cc4dae67 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 7 Feb 2020 21:19:39 +0100 Subject: [PATCH] sys-apps/tuned: Switch to PYTHON_MULTI_USEDEP API MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- ...{tuned-2.13.0.ebuild => tuned-2.13.0-r1.ebuild} | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) rename sys-apps/tuned/{tuned-2.13.0.ebuild => tuned-2.13.0-r1.ebuild} (75%) diff --git a/sys-apps/tuned/tuned-2.13.0.ebuild b/sys-apps/tuned/tuned-2.13.0-r1.ebuild similarity index 75% rename from sys-apps/tuned/tuned-2.13.0.ebuild rename to sys-apps/tuned/tuned-2.13.0-r1.ebuild index fe231367c6c7..89a8dadb552a 100644 --- a/sys-apps/tuned/tuned-2.13.0.ebuild +++ b/sys-apps/tuned/tuned-2.13.0-r1.ebuild @@ -19,12 +19,14 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND=" ${PYTHON_DEPS} - dev-python/configobj[${PYTHON_USEDEP}] - dev-python/decorator[${PYTHON_USEDEP}] - dev-python/pyudev[${PYTHON_USEDEP}] - dev-python/dbus-python[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/python-linux-procfs[${PYTHON_USEDEP}]" + $(python_gen_cond_dep ' + dev-python/configobj[${PYTHON_MULTI_USEDEP}] + dev-python/decorator[${PYTHON_MULTI_USEDEP}] + dev-python/pyudev[${PYTHON_MULTI_USEDEP}] + dev-python/dbus-python[${PYTHON_MULTI_USEDEP}] + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] + dev-python/python-linux-procfs[${PYTHON_MULTI_USEDEP}] + ')" RDEPEND=" ${DEPEND} -- 2.26.2