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 DEF6615808B for ; Sat, 12 Feb 2022 04:36:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BC58E084A; Sat, 12 Feb 2022 04:36:17 +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 03878E084A for ; Sat, 12 Feb 2022 04:36:17 +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 DFC21342CE9 for ; Sat, 12 Feb 2022 04:36:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C1972B8 for ; Sat, 12 Feb 2022 04:36:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1644640556.9b43c6c1b7e85ea88e44d691dc754b143016fe67.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/blender/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/blender/blender-2.93.8.ebuild X-VCS-Directories: media-gfx/blender/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9b43c6c1b7e85ea88e44d691dc754b143016fe67 X-VCS-Branch: master Date: Sat, 12 Feb 2022 04:36:14 +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: 1dc6abdb-5242-4a8b-9cee-7f5d8bff4a75 X-Archives-Hash: 9124d9976a8a28341fd71a2da250e77e commit: 9b43c6c1b7e85ea88e44d691dc754b143016fe67 Author: Sam James gentoo org> AuthorDate: Sat Feb 12 04:35:56 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 12 04:35:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b43c6c1 media-gfx/blender: fix WhitespaceFound Signed-off-by: Sam James gentoo.org> media-gfx/blender/blender-2.93.8.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/media-gfx/blender/blender-2.93.8.ebuild b/media-gfx/blender/blender-2.93.8.ebuild index cc817772a77a..d1081e1bbca3 100644 --- a/media-gfx/blender/blender-2.93.8.ebuild +++ b/media-gfx/blender/blender-2.93.8.ebuild @@ -272,12 +272,12 @@ src_configure() { ) append-flags $(usex debug '-DDEBUG' '-DNDEBUG') - if tc-is-gcc ; then - # These options only exist when GCC is detected. - # We disable these to respect the user's choice of linker. - mycmakeargs+=( - -DWITH_LINKER_GOLD=OFF - -DWITH_LINKER_LLD=OFF + if tc-is-gcc ; then + # These options only exist when GCC is detected. + # We disable these to respect the user's choice of linker. + mycmakeargs+=( + -DWITH_LINKER_GOLD=OFF + -DWITH_LINKER_LLD=OFF ) fi