summaryrefslogtreecommitdiff
path: root/dev-scheme/owl-lisp/owl-lisp-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-scheme/owl-lisp/owl-lisp-9999.ebuild')
-rw-r--r--dev-scheme/owl-lisp/owl-lisp-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-scheme/owl-lisp/owl-lisp-9999.ebuild b/dev-scheme/owl-lisp/owl-lisp-9999.ebuild
index c88a667b978e..cae7c2bb43c6 100644
--- a/dev-scheme/owl-lisp/owl-lisp-9999.ebuild
+++ b/dev-scheme/owl-lisp/owl-lisp-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
# NOTICE: Because it is "purely functional" it is not scheme-compatible ootb
@@ -23,7 +23,7 @@ LICENSE="MIT"
SLOT="0"
src_compile(){
- emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" owl
+ emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" owl
}
src_install() {