From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 98B611396D0 for ; Thu, 7 Sep 2017 18:41:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4292E0DC2; Thu, 7 Sep 2017 18:41:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BEDD5E0DC2 for ; Thu, 7 Sep 2017 18:41:01 +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 C50BE33C770 for ; Thu, 7 Sep 2017 18:41:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FE4A8F1C for ; Thu, 7 Sep 2017 18:40:59 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1504809616.91973f748896500f96ae47a58f2073dfd020c239.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: 91973f748896500f96ae47a58f2073dfd020c239 X-VCS-Branch: master Date: Thu, 7 Sep 2017 18:40:59 +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: b33f2fa1-93bb-4b91-8cb8-541891005d88 X-Archives-Hash: ea07f0d2dfd1148338fed54191c7a7cf commit: 91973f748896500f96ae47a58f2073dfd020c239 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 7 18:40:16 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 7 18:40:16 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=91973f74 kde-plasma/powerdevil: Follow upstream on USE=brightness-control Upstream commit 687587ea7cbc0489bdedd4b32a7fbd1dcd1cf4db Package-Manager: Portage-2.3.8, Repoman-2.3.3 kde-plasma/powerdevil/powerdevil-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-plasma/powerdevil/powerdevil-9999.ebuild b/kde-plasma/powerdevil/powerdevil-9999.ebuild index acd1904e99..7295f4e8e4 100644 --- a/kde-plasma/powerdevil/powerdevil-9999.ebuild +++ b/kde-plasma/powerdevil/powerdevil-9999.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="Power management for KDE Plasma Shell" HOMEPAGE="https://projects.kde.org/projects/kde/workspace/powerdevil" KEYWORDS="" -IUSE="+brightness-control consolekit +wireless" +IUSE="brightness-control consolekit +wireless" DEPEND=" $(add_frameworks_dep kactivities) @@ -60,7 +60,7 @@ RDEPEND="${DEPEND} src_configure() { local mycmakeargs=( - $(cmake-utils_use_find_package brightness-control DDCUtil) + -DWITH_DDCUTIL=$(usex brightness-control) $(cmake-utils_use_find_package wireless KF5BluezQt) $(cmake-utils_use_find_package wireless KF5NetworkManagerQt) )