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: Tue, 13 Aug 2019 14:10:44
Message-Id: 1565705434.c6a7a652cdb63b6c5bd712e981b7cc61c5071878.mgorny@gentoo
1 commit: c6a7a652cdb63b6c5bd712e981b7cc61c5071878
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 13 13:50:06 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 13 14:10:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a7a652
7
8 sys-apps/tuned: Add missing PYTHON_DEPS
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-apps/tuned/tuned-2.10.0.ebuild | 3 ++-
13 sys-apps/tuned/tuned-2.7.1-r3.ebuild | 3 ++-
14 2 files changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-apps/tuned/tuned-2.10.0.ebuild b/sys-apps/tuned/tuned-2.10.0.ebuild
17 index 133b2755a18..0d0931ccad3 100644
18 --- a/sys-apps/tuned/tuned-2.10.0.ebuild
19 +++ b/sys-apps/tuned/tuned-2.10.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -18,6 +18,7 @@ KEYWORDS="~amd64"
27 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
28
29 CDEPEND="
30 + ${PYTHON_DEPS}
31 dev-python/configobj[${PYTHON_USEDEP}]
32 dev-python/decorator[${PYTHON_USEDEP}]
33 dev-python/pyudev[${PYTHON_USEDEP}]
34
35 diff --git a/sys-apps/tuned/tuned-2.7.1-r3.ebuild b/sys-apps/tuned/tuned-2.7.1-r3.ebuild
36 index d8d3a5fb28a..99c6ce5840b 100644
37 --- a/sys-apps/tuned/tuned-2.7.1-r3.ebuild
38 +++ b/sys-apps/tuned/tuned-2.7.1-r3.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2017 Gentoo Foundation
41 +# Copyright 1999-2019 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=6
45 @@ -18,6 +18,7 @@ KEYWORDS="~amd64 ~x86"
46 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
47
48 CDEPEND="
49 + ${PYTHON_DEPS}
50 dev-python/configobj[${PYTHON_USEDEP}]
51 dev-python/decorator[${PYTHON_USEDEP}]
52 dev-python/pyudev[${PYTHON_USEDEP}]