summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-02 10:46:03 +0100
committerSam James <sam@gentoo.org>2021-04-03 16:43:59 +0100
commitd6b27a28ab75ce914ee84cdc5875078e5614c2b6 (patch)
tree2ade60e5bf6c77d07b37261b3538512fb4b40cc4 /x11-apps/mesa-progs
parentsys-devel/gcc: fix variable references (diff)
downloadgentoo-d6b27a28ab75ce914ee84cdc5875078e5614c2b6.tar.gz
gentoo-d6b27a28ab75ce914ee84cdc5875078e5614c2b6.tar.bz2
gentoo-d6b27a28ab75ce914ee84cdc5875078e5614c2b6.zip
x11-apps/mesa-progs: 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 'x11-apps/mesa-progs')
-rw-r--r--x11-apps/mesa-progs/mesa-progs-8.4.0.ebuild4
-rw-r--r--x11-apps/mesa-progs/mesa-progs-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-apps/mesa-progs/mesa-progs-8.4.0.ebuild b/x11-apps/mesa-progs/mesa-progs-8.4.0.ebuild
index 189d0804e56f..d3615324448a 100644
--- a/x11-apps/mesa-progs/mesa-progs-8.4.0.ebuild
+++ b/x11-apps/mesa-progs/mesa-progs-8.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -40,7 +40,7 @@ PATCHES=(
src_prepare() {
default
- [[ $PV = 9999* ]] && eautoreconf
+ [[ ${PV} = 9999* ]] && eautoreconf
}
src_compile() {
diff --git a/x11-apps/mesa-progs/mesa-progs-9999.ebuild b/x11-apps/mesa-progs/mesa-progs-9999.ebuild
index b57bf836064e..d6b0a7e4359a 100644
--- a/x11-apps/mesa-progs/mesa-progs-9999.ebuild
+++ b/x11-apps/mesa-progs/mesa-progs-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -35,7 +35,7 @@ DEPEND="${RDEPEND}
src_prepare() {
default
- [[ $PV = 9999* ]] && eautoreconf
+ [[ ${PV} = 9999* ]] && eautoreconf
}
src_compile() {