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

app-shells/pdmenu: quote $(tc-*) calls

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

 app-shells/pdmenu/pdmenu-1.3.6.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-shells/pdmenu/pdmenu-1.3.6.ebuild 
b/app-shells/pdmenu/pdmenu-1.3.6.ebuild
index de614766d82a..7acb86b321d3 100644
--- a/app-shells/pdmenu/pdmenu-1.3.6.ebuild
+++ b/app-shells/pdmenu/pdmenu-1.3.6.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
@@ -35,13 +35,13 @@ src_prepare() {
 }
 
 src_configure() {
-       CC=$(tc-getCC) econf \
+       CC="$(tc-getCC)" econf \
                $(use_with gpm) \
                $(use_enable nls)
 }
 
 src_compile() {
-       emake CC=$(tc-getCC)
+       emake CC="$(tc-getCC)"
 }
 
 src_install() {

Reply via email to