From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-948939-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E005E139694 for <garchives@archives.gentoo.org>; Tue, 9 May 2017 18:39:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A16221C043; Tue, 9 May 2017 18:39:38 +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 280E721C043 for <gentoo-commits@lists.gentoo.org>; Tue, 9 May 2017 18:39:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3C18433BEBE for <gentoo-commits@lists.gentoo.org>; Tue, 9 May 2017 18:39:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF7AE7450 for <gentoo-commits@lists.gentoo.org>; Tue, 9 May 2017 18:39:35 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1494354002.a5ada6714f7cdb90c0daed84175eaa7d84f6a92b.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/powerdevil/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/powerdevil/powerdevil-9999.ebuild X-VCS-Directories: kde-plasma/powerdevil/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a5ada6714f7cdb90c0daed84175eaa7d84f6a92b X-VCS-Branch: master Date: Tue, 9 May 2017 18:39:35 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5fbbd89c-1075-4734-a9db-f8c0664a772e X-Archives-Hash: d1502d2e6281145f51d1bc3fa4842f11 commit: a5ada6714f7cdb90c0daed84175eaa7d84f6a92b Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue May 9 18:17:47 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue May 9 18:20:02 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a5ada671 kde-plasma/powerdevil: Revert "Drop unused DEPEND" kdelibs4support is required again for unresolved issues. This reverts commit eb8ec1e35d12a9250f408d3a2703582d1c081c0f. See upstream commit 55603160e9b894270a34e7d01e0aef5bbbfe8025 kde-plasma/powerdevil/powerdevil-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-plasma/powerdevil/powerdevil-9999.ebuild b/kde-plasma/powerdevil/powerdevil-9999.ebuild index 70e96d807c..f00f4f1278 100644 --- a/kde-plasma/powerdevil/powerdevil-9999.ebuild +++ b/kde-plasma/powerdevil/powerdevil-9999.ebuild @@ -4,7 +4,7 @@ EAPI=6 KDE_GCC_MINIMAL="4.8" -KDE_HANDBOOK="forceoptional" +KDE_HANDBOOK="true" inherit kde5 DESCRIPTION="Power management for KDE Plasma Shell" @@ -21,6 +21,7 @@ DEPEND=" $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kcrash) $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep kglobalaccel) $(add_frameworks_dep ki18n) $(add_frameworks_dep kidletime)