summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-03-20 00:16:38 +0100
committerDavid Seifert <soap@gentoo.org>2022-03-20 00:16:38 +0100
commit7f31928141fc387c84370bcdf83656c686b72fb4 (patch)
treed092b31a77470e0d3e0d842e91078babc2decd64 /app-crypt
parentapp-crypt/gpgme: quote $(tc-*) calls (diff)
downloadgentoo-7f31928141fc387c84370bcdf83656c686b72fb4.tar.gz
gentoo-7f31928141fc387c84370bcdf83656c686b72fb4.tar.bz2
gentoo-7f31928141fc387c84370bcdf83656c686b72fb4.zip
app-crypt/johntheripper-jumbo: quote $(tc-*) calls
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20211129.ebuild4
-rw-r--r--app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20211129.ebuild b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20211129.ebuild
index 684a202323cb..6f4a38509974 100644
--- a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20211129.ebuild
+++ b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20211129.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -89,7 +89,7 @@ src_configure() {
src_compile() {
# Uses default LD=$(CC) but if the user's set LD, it'll call it
# bug #729432.
- emake LD=$(tc-getCC) -C src
+ emake LD="$(tc-getCC)" -C src
}
src_test() {
diff --git a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild
index d1fbfc6ec025..90eb1c9135c3 100644
--- a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild
+++ b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -85,7 +85,7 @@ src_configure() {
src_compile() {
# Uses default LD=$(CC) but if the user's set LD, it'll call it
# bug #729432.
- emake LD=$(tc-getCC) -C src
+ emake LD="$(tc-getCC)" -C src
}
src_test() {