Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/tuned/
Date: Sun, 09 Feb 2020 16:42:29
Message-Id: 1581266225.bcb664a7f130f2b6a3c449a4106a0027cc4dae67.mgorny@gentoo
1 commit: bcb664a7f130f2b6a3c449a4106a0027cc4dae67
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 20:19:39 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:37:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcb664a7
7
8 sys-apps/tuned: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../tuned/{tuned-2.13.0.ebuild => tuned-2.13.0-r1.ebuild} | 14 ++++++++------
13 1 file changed, 8 insertions(+), 6 deletions(-)
14
15 diff --git a/sys-apps/tuned/tuned-2.13.0.ebuild b/sys-apps/tuned/tuned-2.13.0-r1.ebuild
16 similarity index 75%
17 rename from sys-apps/tuned/tuned-2.13.0.ebuild
18 rename to sys-apps/tuned/tuned-2.13.0-r1.ebuild
19 index fe231367c6c..89a8dadb552 100644
20 --- a/sys-apps/tuned/tuned-2.13.0.ebuild
21 +++ b/sys-apps/tuned/tuned-2.13.0-r1.ebuild
22 @@ -19,12 +19,14 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
23
24 DEPEND="
25 ${PYTHON_DEPS}
26 - dev-python/configobj[${PYTHON_USEDEP}]
27 - dev-python/decorator[${PYTHON_USEDEP}]
28 - dev-python/pyudev[${PYTHON_USEDEP}]
29 - dev-python/dbus-python[${PYTHON_USEDEP}]
30 - dev-python/pygobject:3[${PYTHON_USEDEP}]
31 - dev-python/python-linux-procfs[${PYTHON_USEDEP}]"
32 + $(python_gen_cond_dep '
33 + dev-python/configobj[${PYTHON_MULTI_USEDEP}]
34 + dev-python/decorator[${PYTHON_MULTI_USEDEP}]
35 + dev-python/pyudev[${PYTHON_MULTI_USEDEP}]
36 + dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
37 + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
38 + dev-python/python-linux-procfs[${PYTHON_MULTI_USEDEP}]
39 + ')"
40
41 RDEPEND="
42 ${DEPEND}