diff options
Diffstat (limited to 'sci-chemistry/procheck/procheck-3.5.4-r3.ebuild')
-rw-r--r-- | sci-chemistry/procheck/procheck-3.5.4-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-chemistry/procheck/procheck-3.5.4-r3.ebuild b/sci-chemistry/procheck/procheck-3.5.4-r3.ebuild index 1a700ee4110f..d7522b14f7c4 100644 --- a/sci-chemistry/procheck/procheck-3.5.4-r3.ebuild +++ b/sci-chemistry/procheck/procheck-3.5.4-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -40,8 +40,8 @@ PATCHES=( src_compile() { emake \ - F77=$(tc-getFC) \ - CC=$(tc-getCC) \ + F77="$(tc-getFC)" \ + CC="$(tc-getCC)" \ COPTS="${CFLAGS}" \ FOPTS="${FFLAGS} -std=legacy" } |