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 83FFC15800A for ; Wed, 26 Jul 2023 13:03:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AC6FE0966; Wed, 26 Jul 2023 13:03:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 1E287E0966 for ; Wed, 26 Jul 2023 13:03:22 +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 36CF4341531 for ; Wed, 26 Jul 2023 13:03:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A9DDDE1 for ; Wed, 26 Jul 2023 13:03:17 +0000 (UTC) From: "Gonçalo Negrier Duarte" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gonçalo Negrier Duarte" Message-ID: <1690376581.a24dd2985c9cd09b74424e0ec5606a7f971760cb.gonegrier.duarte@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: gonegrier.duarte X-VCS-Committer-Name: Gonçalo Negrier Duarte X-VCS-Revision: a24dd2985c9cd09b74424e0ec5606a7f971760cb X-VCS-Branch: dev Date: Wed, 26 Jul 2023 13:03:17 +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: 5640887a-b148-4118-94c2-ec7bf4c29f17 X-Archives-Hash: 672ea6dcc4a2d44b6706587f3c5297a0 commit: a24dd2985c9cd09b74424e0ec5606a7f971760cb Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Wed Jul 26 13:01:03 2023 +0000 Commit: Gonçalo Negrier Duarte 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 fba147083..90b1c633e 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 c26f797c2..e7ce49f17 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