commit:     70f904ea0175394238971b408297ff44f883a34f
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 23:16:39 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 23:16:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70f904ea

app-crypt/libscrypt: quote $(tc-*) calls

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-crypt/libscrypt/libscrypt-1.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/libscrypt/libscrypt-1.21.ebuild 
b/app-crypt/libscrypt/libscrypt-1.21.ebuild
index 73385ed513bd..101c8f622047 100644
--- a/app-crypt/libscrypt/libscrypt-1.21.ebuild
+++ b/app-crypt/libscrypt/libscrypt-1.21.ebuild
@@ -32,5 +32,5 @@ pkg_setup() {
 
 src_compile() {
        emake \
-               CC=$(tc-getCC)
+               CC="$(tc-getCC)"
 }

Reply via email to