commit:     d03ae8b8642c8a2b561168f95b97d3ed55480c30
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 29 01:45:45 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 29 01:52:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d03ae8b8

dev-vcs/repo: fix variable reference style

Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-vcs/repo/repo-2.11.ebuild    | 2 +-
 dev-vcs/repo/repo-2.12-r1.ebuild | 2 +-
 dev-vcs/repo/repo-2.12.ebuild    | 2 +-
 dev-vcs/repo/repo-2.14.ebuild    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-vcs/repo/repo-2.11.ebuild b/dev-vcs/repo/repo-2.11.ebuild
index 2922a68a581..742d33af95d 100644
--- a/dev-vcs/repo/repo-2.11.ebuild
+++ b/dev-vcs/repo/repo-2.11.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# NB: The $PV tracks the *repo launcher version*, not the last signed release
+# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
 # of the repo project.  The launcher only gets a new update when changes are
 # made in it.
 

diff --git a/dev-vcs/repo/repo-2.12-r1.ebuild b/dev-vcs/repo/repo-2.12-r1.ebuild
index dc39e1d6a2e..583e55b6f0e 100644
--- a/dev-vcs/repo/repo-2.12-r1.ebuild
+++ b/dev-vcs/repo/repo-2.12-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# NB: The $PV tracks the *repo launcher version*, not the last signed release
+# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
 # of the repo project.  The launcher only gets a new update when changes are
 # made in it.
 

diff --git a/dev-vcs/repo/repo-2.12.ebuild b/dev-vcs/repo/repo-2.12.ebuild
index ff627b49534..0df8d726dda 100644
--- a/dev-vcs/repo/repo-2.12.ebuild
+++ b/dev-vcs/repo/repo-2.12.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# NB: The $PV tracks the *repo launcher version*, not the last signed release
+# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
 # of the repo project.  The launcher only gets a new update when changes are
 # made in it.
 

diff --git a/dev-vcs/repo/repo-2.14.ebuild b/dev-vcs/repo/repo-2.14.ebuild
index 4190dab38e9..a1697a75edb 100644
--- a/dev-vcs/repo/repo-2.14.ebuild
+++ b/dev-vcs/repo/repo-2.14.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# NB: The $PV tracks the *repo launcher version*, not the last signed release
+# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
 # of the repo project.  The launcher only gets a new update when changes are
 # made in it.
 

Reply via email to