diff options
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/restartd/restartd-0.2.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/restartd/restartd-0.2.2-r1.ebuild b/sys-apps/restartd/restartd-0.2.2-r1.ebuild index 6f78d10eb3a3..63a0de4222ca 100644 --- a/sys-apps/restartd/restartd-0.2.2-r1.ebuild +++ b/sys-apps/restartd/restartd-0.2.2-r1.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=7 @@ -22,7 +22,7 @@ src_prepare() { } src_compile() { - emake CC=$(tc-getCC) C_ARGS="${CFLAGS}" + emake CC="$(tc-getCC)" C_ARGS="${CFLAGS}" } src_install() { |