diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 10:45:44 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:43:03 +0100 |
commit | 9f68f13ecec10254a396e2f970c780dad27cbbdc (patch) | |
tree | e712d7d79770459dbf27c2d94a9818cbcad3fe28 /app-portage | |
parent | app-mobilephone/gnokii: fix variable references (diff) | |
download | gentoo-9f68f13ecec10254a396e2f970c780dad27cbbdc.tar.gz gentoo-9f68f13ecec10254a396e2f970c780dad27cbbdc.tar.bz2 gentoo-9f68f13ecec10254a396e2f970c780dad27cbbdc.zip |
app-portage/no-distcc-env: fix variable references
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-portage')
-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() { |