From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 579A713829B for ; Sun, 29 May 2016 12:23:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7DFC14312; Sun, 29 May 2016 12:23:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 648FD14267 for ; Sun, 29 May 2016 12:23:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E3427340A98 for ; Sun, 29 May 2016 12:23:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8332983 for ; Sun, 29 May 2016 12:23:39 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1464524532.9e3044ebcd3bd9dbdaab48eae1577b29c3e1fedd.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/tuned/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/tuned/tuned-2.6.0-r1.ebuild sys-apps/tuned/tuned-2.6.0.ebuild X-VCS-Directories: sys-apps/tuned/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 9e3044ebcd3bd9dbdaab48eae1577b29c3e1fedd X-VCS-Branch: master Date: Sun, 29 May 2016 12:23:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2bbb3a18-e9df-4689-99d6-381ff5e28f65 X-Archives-Hash: 952a7f5378a72ee12d282d2bdda64643 commit: 9e3044ebcd3bd9dbdaab48eae1577b29c3e1fedd Author: Yixun Lan gentoo org> AuthorDate: Sun May 29 12:19:27 2016 +0000 Commit: Yixun Lan gentoo 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 "