diff options
Diffstat (limited to 'app-portage/no-distcc-env/no-distcc-env-9999.ebuild')
-rw-r--r-- | app-portage/no-distcc-env/no-distcc-env-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/no-distcc-env/no-distcc-env-9999.ebuild b/app-portage/no-distcc-env/no-distcc-env-9999.ebuild index 8ddda1a214b9..40d847edebb2 100644 --- a/app-portage/no-distcc-env/no-distcc-env-9999.ebuild +++ b/app-portage/no-distcc-env/no-distcc-env-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -26,7 +26,7 @@ IUSE="" src_unpack() { default - [[ $PV = 9999* ]] && git-r3_src_unpack + [[ ${PV} = 9999* ]] && git-r3_src_unpack } src_install() { |