From: Michał Górny Date: Sat, 8 Feb 2020 06:58:42 +0000 (+0100) Subject: sys-fs/traydevice: Switch to PYTHON_MULTI_USEDEP API X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4f696c6bdc8770d5238f75a360d658cc912eb030;p=gentoo.git sys-fs/traydevice: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny --- diff --git a/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild b/sys-fs/traydevice/traydevice-1.6.2-r2.ebuild similarity index 77% rename from sys-fs/traydevice/traydevice-1.6.2-r1.ebuild rename to sys-fs/traydevice/traydevice-1.6.2-r2.ebuild index da259161112d..43f07a7fa705 100644 --- a/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild +++ b/sys-fs/traydevice/traydevice-1.6.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,9 +15,12 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/pyxdg[${PYTHON_USEDEP}] +RDEPEND=" + $(python_gen_cond_dep ' + dev-python/dbus-python[${PYTHON_MULTI_USEDEP}] + dev-python/lxml[${PYTHON_MULTI_USEDEP}] + dev-python/pyxdg[${PYTHON_MULTI_USEDEP}] + ') sys-fs/udisks:2" DEPEND="app-text/docbook2X"