From 401101f9c8077911929d3f2b60a37098460a5d89 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 24 Mar 2022 23:59:54 +0000 Subject: gentoo resync : 25.03.2022 --- games-board/stockfish/stockfish-10.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games-board/stockfish/stockfish-10.ebuild') diff --git a/games-board/stockfish/stockfish-10.ebuild b/games-board/stockfish/stockfish-10.ebuild index 5974776f35e1..f8c2aa054feb 100644 --- a/games-board/stockfish/stockfish-10.ebuild +++ b/games-board/stockfish/stockfish-10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -57,8 +57,8 @@ src_compile() { # COMPILER to support Travis CI and we abuse it to make sure that we # build with our compiler of choice. emake all ARCH="${my_arch}" \ - COMP=$(tc-getCXX) \ - COMPILER=$(tc-getCXX) \ + COMP="$(tc-getCXX)" \ + COMPILER="$(tc-getCXX)" \ debug=$(usex debug "yes" "no") \ optimize=$(usex optimize "yes" "no") } -- cgit v1.2.3