diff options
author | Yixun Lan <dlan@gentoo.org> | 2016-05-29 20:19:27 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2016-05-29 20:22:12 +0800 |
commit | 9e3044ebcd3bd9dbdaab48eae1577b29c3e1fedd (patch) | |
tree | 1a5ebf809834c9a346d1a5f824920dc4d06c631f /sys-apps/tuned | |
parent | profiles: Clean up unused entries in linguas.desc. (diff) | |
download | gentoo-9e3044ebcd3bd9dbdaab48eae1577b29c3e1fedd.tar.gz gentoo-9e3044ebcd3bd9dbdaab48eae1577b29c3e1fedd.tar.bz2 gentoo-9e3044ebcd3bd9dbdaab48eae1577b29c3e1fedd.zip |
sys-apps/tuned: add dbus as dependecies
Gentoo-Bug: 579504
Package-Manager: portage-2.2.28
Diffstat (limited to 'sys-apps/tuned')
-rw-r--r-- | sys-apps/tuned/tuned-2.6.0-r1.ebuild (renamed from sys-apps/tuned/tuned-2.6.0.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/tuned/tuned-2.6.0.ebuild b/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 " |