commit:     9b43c6c1b7e85ea88e44d691dc754b143016fe67
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 12 04:35:56 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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
 

Reply via email to