diff options
-rw-r--r-- | net-mail/popa3d/popa3d-1.0.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/popa3d/popa3d-1.0.2-r2.ebuild b/net-mail/popa3d/popa3d-1.0.2-r2.ebuild index 47383afa0c2f..4cb433f446ee 100644 --- a/net-mail/popa3d/popa3d-1.0.2-r2.ebuild +++ b/net-mail/popa3d/popa3d-1.0.2-r2.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 @@ -156,7 +156,7 @@ src_compile() { emake LIBS="${LIBS} -lcrypt" \ CFLAGS="${CFLAGS}" \ LDFLAGS="${LDFLAGS}" \ - CC=$(tc-getCC) + CC="$(tc-getCC)" } src_install() { |