summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-arcade/frozen-bubble/frozen-bubble-2.2.1_beta1-r1.ebuild')
-rw-r--r--games-arcade/frozen-bubble/frozen-bubble-2.2.1_beta1-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games-arcade/frozen-bubble/frozen-bubble-2.2.1_beta1-r1.ebuild b/games-arcade/frozen-bubble/frozen-bubble-2.2.1_beta1-r1.ebuild
index 9315ab5159ba..dfa261124fcc 100644
--- a/games-arcade/frozen-bubble/frozen-bubble-2.2.1_beta1-r1.ebuild
+++ b/games-arcade/frozen-bubble/frozen-bubble-2.2.1_beta1-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
@@ -50,11 +50,11 @@ src_prepare() {
}
src_configure() {
- LD=$(tc-getCC) perl-module_src_configure
+ LD="$(tc-getCC)" perl-module_src_configure
}
src_compile() {
- LD=$(tc-getCC) perl-module_src_compile
+ LD="$(tc-getCC)" perl-module_src_compile
}
src_install() {