Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/tuned/
Date: Sun, 29 May 2016 12:23:45
Message-Id: 1464524532.9e3044ebcd3bd9dbdaab48eae1577b29c3e1fedd.dlan@gentoo
1 commit: 9e3044ebcd3bd9dbdaab48eae1577b29c3e1fedd
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 12:19:27 2016 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 12:22:12 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e3044eb
7
8 sys-apps/tuned: add dbus as dependecies
9
10 Gentoo-Bug: 579504
11
12 Package-Manager: portage-2.2.28
13
14 sys-apps/tuned/{tuned-2.6.0.ebuild => tuned-2.6.0-r1.ebuild} | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/sys-apps/tuned/tuned-2.6.0.ebuild b/sys-apps/tuned/tuned-2.6.0-r1.ebuild
18 similarity index 90%
19 rename from sys-apps/tuned/tuned-2.6.0.ebuild
20 rename to sys-apps/tuned/tuned-2.6.0-r1.ebuild
21 index 4060a0a..94208cb 100644
22 --- a/sys-apps/tuned/tuned-2.6.0.ebuild
23 +++ b/sys-apps/tuned/tuned-2.6.0-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2015 Gentoo Foundation
26 +# Copyright 1999-2016 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Id$
29
30 @@ -21,9 +21,11 @@ COMMON_DEPEND="${PYTHON_DEPS}
31 dev-python/configobj[${PYTHON_USEDEP}]
32 dev-python/decorator[${PYTHON_USEDEP}]
33 dev-python/pyudev[${PYTHON_USEDEP}]
34 + dev-python/dbus-python[${PYTHON_USEDEP}]
35 "
36 DEPEND="${COMMON_DEPEND}"
37 RDEPEND="${COMMON_DEPEND}
38 + sys-apps/dbus
39 sys-power/powertop
40 dev-util/systemtap
41 "