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 5F3DD1387D3 for ; Sun, 26 Oct 2014 00:17:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34074E0BCB; Sun, 26 Oct 2014 00:17:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA4CEE0BCB for ; Sun, 26 Oct 2014 00:17:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D3F2340496 for ; Sun, 26 Oct 2014 00:17:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AACD68BDE for ; Sun, 26 Oct 2014 00:17:28 +0000 (UTC) From: "Jauhien Piatlicki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jauhien Piatlicki" Message-ID: <1414282499.4c447ecddbead87a751172d059f8b8035b9f9c28.jauhien@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-powermanagement/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild X-VCS-Directories: lxqt-base/lxqt-powermanagement/ X-VCS-Committer: jauhien X-VCS-Committer-Name: Jauhien Piatlicki X-VCS-Revision: 4c447ecddbead87a751172d059f8b8035b9f9c28 X-VCS-Branch: master Date: Sun, 26 Oct 2014 00:17:28 +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: e0816583-880d-4064-b6e7-1f08cb5556a1 X-Archives-Hash: 0c474dd43ecd79292620809968c0a0cc commit: 4c447ecddbead87a751172d059f8b8035b9f9c28 Author: Jauhien Piatlicki gentoo org> AuthorDate: Sun Oct 26 00:14:59 2014 +0000 Commit: Jauhien Piatlicki gentoo org> CommitDate: Sun Oct 26 00:14:59 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=4c447ecd [lxqt-base/lxqt-powermanagement] fix bug 524620 (import fix from the tree) --- lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild index 75ecc83..7593288 100644 --- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild +++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild @@ -19,7 +19,7 @@ fi LICENSE="GPL-2 LGPL-2.1+" SLOT="0" -RDEPEND=" +CDEPEND=" dev-qt/linguist-tools:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 @@ -32,5 +32,7 @@ RDEPEND=" >=razorqt-base/libqtxdg-1.0.0 x11-libs/libX11 x11-libs/libxcb" -DEPEND="${RDEPEND} +DEPEND="${CDEPEND} virtual/pkgconfig" +RDEPEND="${CDEPEND} + sys-power/upower"