summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-08 07:58:42 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-09 17:46:50 +0100
commit4f696c6bdc8770d5238f75a360d658cc912eb030 (patch)
treeae0ff345ba2cbdf15318ae913a48197d5216ea11
parentsci-misc/vitables: Switch to PYTHON_MULTI_USEDEP API (diff)
downloadgentoo-4f696c6bdc8770d5238f75a360d658cc912eb030.tar.gz
gentoo-4f696c6bdc8770d5238f75a360d658cc912eb030.tar.bz2
gentoo-4f696c6bdc8770d5238f75a360d658cc912eb030.zip
sys-fs/traydevice: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--sys-fs/traydevice/traydevice-1.6.2-r2.ebuild (renamed from sys-fs/traydevice/traydevice-1.6.2-r1.ebuild)11
1 files changed, 7 insertions, 4 deletions
diff --git a/sys-fs/traydevice/traydevice-1.6.2-r1.ebuild b/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"