From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1112839-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 2A6B8138334 for <garchives@archives.gentoo.org>; Wed, 25 Sep 2019 09:40:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 528DAE0844; Wed, 25 Sep 2019 09:40:43 +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 3717AE0844 for <gentoo-commits@lists.gentoo.org>; Wed, 25 Sep 2019 09:40:43 +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 CECFD34B541 for <gentoo-commits@lists.gentoo.org>; Wed, 25 Sep 2019 09:40:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE96A7F2 for <gentoo-commits@lists.gentoo.org>; Wed, 25 Sep 2019 09:40:39 +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: <1569404421.f6b808a8ec9ce3d8c6695a78f7440ff62a69b3d3.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/powerdevil/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/powerdevil/powerdevil-5.16.5-r1.ebuild kde-plasma/powerdevil/powerdevil-5.16.5.ebuild X-VCS-Directories: kde-plasma/powerdevil/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f6b808a8ec9ce3d8c6695a78f7440ff62a69b3d3 X-VCS-Branch: master Date: Wed, 25 Sep 2019 09:40:39 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: df8f28c8-9b5f-4ee1-82ad-f16e2361128b X-Archives-Hash: 01ecd24c4aa6997049b0a884943da9fe commit: f6b808a8ec9ce3d8c6695a78f7440ff62a69b3d3 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Jul 11 20:32:20 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Sep 25 09:40:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6b808a8 kde-plasma/powerdevil: Fix USE brightness-control Closes: https://bugs.gentoo.org/695410 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../{powerdevil-5.16.5.ebuild => powerdevil-5.16.5-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/powerdevil/powerdevil-5.16.5.ebuild b/kde-plasma/powerdevil/powerdevil-5.16.5-r1.ebuild similarity index 97% rename from kde-plasma/powerdevil/powerdevil-5.16.5.ebuild rename to kde-plasma/powerdevil/powerdevil-5.16.5-r1.ebuild index 31ceb50f3d6..8ef5ef69b15 100644 --- a/kde-plasma/powerdevil/powerdevil-5.16.5.ebuild +++ b/kde-plasma/powerdevil/powerdevil-5.16.5-r1.ebuild @@ -52,7 +52,7 @@ RDEPEND="${DEPEND} src_configure() { local mycmakeargs=( - -DWITH_DDCUTIL=$(usex brightness-control) + -DHAVE_DDCUTIL=$(usex brightness-control) $(cmake-utils_use_find_package wireless KF5BluezQt) $(cmake-utils_use_find_package wireless KF5NetworkManagerQt) )