From: Yixun Lan Date: Sun, 29 May 2016 12:19:27 +0000 (+0800) Subject: sys-apps/tuned: add dbus as dependecies X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9e3044ebcd3bd9dbdaab48eae1577b29c3e1fedd;p=gentoo.git sys-apps/tuned: add dbus as dependecies Gentoo-Bug: 579504 Package-Manager: portage-2.2.28 --- 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 4060a0a6d74f..94208cb77f49 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 "