diff options
author | David Seifert <soap@gentoo.org> | 2022-03-20 00:17:00 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-20 00:17:00 +0100 |
commit | f60ecb06feb141d26bb5b653c0abfc7a1be0fd61 (patch) | |
tree | 96495a5239badf7a8b5a58afef181e314f0e34f0 /app-text/pspresent | |
parent | app-text/highlight: quote $(tc-*) calls (diff) | |
download | gentoo-f60ecb06feb141d26bb5b653c0abfc7a1be0fd61.tar.gz gentoo-f60ecb06feb141d26bb5b653c0abfc7a1be0fd61.tar.bz2 gentoo-f60ecb06feb141d26bb5b653c0abfc7a1be0fd61.zip |
app-text/pspresent: quote $(tc-*) calls
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-text/pspresent')
-rw-r--r-- | app-text/pspresent/pspresent-1.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/pspresent/pspresent-1.3-r1.ebuild b/app-text/pspresent/pspresent-1.3-r1.ebuild index 20931af5b1d4..24ed68ea8e0b 100644 --- a/app-text/pspresent/pspresent-1.3-r1.ebuild +++ b/app-text/pspresent/pspresent-1.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -32,7 +32,7 @@ src_prepare() { } src_compile() { - emake CC=$(tc-getCC) + emake CC="$(tc-getCC)" } src_install() { |