diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 21:19:39 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:37:05 +0100 |
commit | bcb664a7f130f2b6a3c449a4106a0027cc4dae67 (patch) | |
tree | d5f8b6487df8dddf38bb7b8b0888caae91c967e0 /sys-apps | |
parent | sys-apps/razercfg: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-bcb664a7f130f2b6a3c449a4106a0027cc4dae67.tar.gz gentoo-bcb664a7f130f2b6a3c449a4106a0027cc4dae67.tar.bz2 gentoo-bcb664a7f130f2b6a3c449a4106a0027cc4dae67.zip |
sys-apps/tuned: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/tuned/tuned-2.13.0-r1.ebuild (renamed from sys-apps/tuned/tuned-2.13.0.ebuild) | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/sys-apps/tuned/tuned-2.13.0.ebuild b/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} |