commit: 9e3044ebcd3bd9dbdaab48eae1577b29c3e1fedd
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 12:19:27 2016 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sun May 29 12:22:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e3044eb
sys-apps/tuned: add dbus as dependecies
Gentoo-Bug: 579504
Package-Manager: portage-2.2.28
sys-apps/tuned/{tuned-2.6.0.ebuild => tuned-2.6.0-r1.ebuild} | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sys-apps/tuned/tuned-2.6.0.ebuild
b/sys-apps/tuned/tuned-2.6.0-r1.ebuild
similarity index 90%
rename from sys-apps/tuned/tuned-2.6.0.ebuild
rename to sys-apps/tuned/tuned-2.6.0-r1.ebuild
index 4060a0a..94208cb 100644
--- a/sys-apps/tuned/tuned-2.6.0.ebuild
+++ b/sys-apps/tuned/tuned-2.6.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -21,9 +21,11 @@ COMMON_DEPEND="${PYTHON_DEPS}
dev-python/configobj[${PYTHON_USEDEP}]
dev-python/decorator[${PYTHON_USEDEP}]
dev-python/pyudev[${PYTHON_USEDEP}]
+ dev-python/dbus-python[${PYTHON_USEDEP}]
"
DEPEND="${COMMON_DEPEND}"
RDEPEND="${COMMON_DEPEND}
+ sys-apps/dbus
sys-power/powertop
dev-util/systemtap
"