diff options
author | David Seifert <soap@gentoo.org> | 2022-03-20 00:16:39 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-20 00:16:39 +0100 |
commit | 70f904ea0175394238971b408297ff44f883a34f (patch) | |
tree | 48b8a62c869bb8a2fc1e4ea5a14902e323a64855 /app-crypt | |
parent | app-crypt/johntheripper-jumbo: quote $(tc-*) calls (diff) | |
download | gentoo-70f904ea0175394238971b408297ff44f883a34f.tar.gz gentoo-70f904ea0175394238971b408297ff44f883a34f.tar.bz2 gentoo-70f904ea0175394238971b408297ff44f883a34f.zip |
app-crypt/libscrypt: quote $(tc-*) calls
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/libscrypt/libscrypt-1.21.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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)" } |