sys-apps/tuned: add dbus as dependecies
authorYixun Lan <dlan@gentoo.org>
Sun, 29 May 2016 12:19:27 +0000 (20:19 +0800)
committerYixun Lan <dlan@gentoo.org>
Sun, 29 May 2016 12:22:12 +0000 (20:22 +0800)
Gentoo-Bug: 579504

Package-Manager: portage-2.2.28

sys-apps/tuned/tuned-2.6.0-r1.ebuild [moved from sys-apps/tuned/tuned-2.6.0.ebuild with 90% similarity]

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 4060a0a6d74f4e46496f52b7bcc1764b30c1a0e2..94208cb77f4992d5ca3d6a0872b6f0d6c0f23eae 100644 (file)
@@ -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
 "