From 9f68f13ecec10254a396e2f970c780dad27cbbdc Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 2 Apr 2021 10:45:44 +0100 Subject: [PATCH] app-portage/no-distcc-env: fix variable references Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James --- app-portage/no-distcc-env/no-distcc-env-9999.ebuild | 4 ++-- 1 file 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 8ddda1a214b9c..40d847edebb26 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() {