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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8FE0415800A for ; Thu, 27 Jul 2023 12:05:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D64F2E09B1; Thu, 27 Jul 2023 12:04:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF817E09B0 for ; Thu, 27 Jul 2023 12:04:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13582341477 for ; Thu, 27 Jul 2023 12:04:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DD34DEC for ; Thu, 27 Jul 2023 12:04:55 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1690376581.a24dd2985c9cd09b74424e0ec5606a7f971760cb.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-emulation/LookingGlass/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-emulation/LookingGlass/LookingGlass-1_beta6.ebuild app-emulation/LookingGlass/LookingGlass-9999.ebuild X-VCS-Directories: app-emulation/LookingGlass/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: a24dd2985c9cd09b74424e0ec5606a7f971760cb X-VCS-Branch: master Date: Thu, 27 Jul 2023 12:04:55 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f88c664b-fe3c-4344-be63-017e0e6edd22 X-Archives-Hash: e36dac8b542c87d731822a37f59e4f6b commit: a24dd2985c9cd09b74424e0ec5606a7f971760cb Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Wed Jul 26 13:01:03 2023 +0000 Commit: David Roman gmail com> CommitDate: Wed Jul 26 13:03:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a24dd298 app-emulation/LookingGlass: fix whitespaces warnings Signed-off-by: Gonçalo Negrier Duarte gmail.com> app-emulation/LookingGlass/LookingGlass-1_beta6.ebuild | 8 ++++---- app-emulation/LookingGlass/LookingGlass-9999.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app-emulation/LookingGlass/LookingGlass-1_beta6.ebuild b/app-emulation/LookingGlass/LookingGlass-1_beta6.ebuild index fba1470839..90b1c633e8 100644 --- a/app-emulation/LookingGlass/LookingGlass-1_beta6.ebuild +++ b/app-emulation/LookingGlass/LookingGlass-1_beta6.ebuild @@ -44,12 +44,12 @@ src_prepare () { # Base on build.rst from the project # doc/build.rst - MYCMAKEARGS=( - -DENABLE_BACKTRACE=$(usex binutils) \ - -DENABLE_X11=$(usex X) -DENABLE_WAYLAND=$(usex wayland) \ + MYCMAKEARGS=( + -DENABLE_BACKTRACE=$(usex binutils) \ + -DENABLE_X11=$(usex X) -DENABLE_WAYLAND=$(usex wayland) \ -DENABLE_PIPEWIRE=$(usex pipewire) \ -DENABLE_PULSEAUDIO=$(usex pulseaudio) \ - -DENABLE_LIBDECOR=$(usex gnome) + -DENABLE_LIBDECOR=$(usex gnome) ) cmake_src_prepare diff --git a/app-emulation/LookingGlass/LookingGlass-9999.ebuild b/app-emulation/LookingGlass/LookingGlass-9999.ebuild index c26f797c28..e7ce49f17f 100644 --- a/app-emulation/LookingGlass/LookingGlass-9999.ebuild +++ b/app-emulation/LookingGlass/LookingGlass-9999.ebuild @@ -43,12 +43,12 @@ src_prepare () { # Base on build.rst from the project # doc/build.rst - MYCMAKEARGS=( - -DENABLE_BACKTRACE=$(usex binutils) \ - -DENABLE_X11=$(usex X) -DENABLE_WAYLAND=$(usex wayland) \ + MYCMAKEARGS=( + -DENABLE_BACKTRACE=$(usex binutils) \ + -DENABLE_X11=$(usex X) -DENABLE_WAYLAND=$(usex wayland) \ -DENABLE_PIPEWIRE=$(usex pipewire) \ -DENABLE_PULSEAUDIO=$(usex pulseaudio) \ - -DENABLE_LIBDECOR=$(usex gnome) + -DENABLE_LIBDECOR=$(usex gnome) ) cmake_src_prepare