Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/
Date: Thu, 29 Apr 2021 01:52:50
Message-Id: 1619661127.d03ae8b8642c8a2b561168f95b97d3ed55480c30.sam@gentoo
1 commit: d03ae8b8642c8a2b561168f95b97d3ed55480c30
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 29 01:45:45 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 29 01:52:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d03ae8b8
7
8 dev-vcs/repo: fix variable reference style
9
10 Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-vcs/repo/repo-2.11.ebuild | 2 +-
14 dev-vcs/repo/repo-2.12-r1.ebuild | 2 +-
15 dev-vcs/repo/repo-2.12.ebuild | 2 +-
16 dev-vcs/repo/repo-2.14.ebuild | 2 +-
17 4 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/dev-vcs/repo/repo-2.11.ebuild b/dev-vcs/repo/repo-2.11.ebuild
20 index 2922a68a581..742d33af95d 100644
21 --- a/dev-vcs/repo/repo-2.11.ebuild
22 +++ b/dev-vcs/repo/repo-2.11.ebuild
23 @@ -1,7 +1,7 @@
24 # Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -# NB: The $PV tracks the *repo launcher version*, not the last signed release
28 +# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
29 # of the repo project. The launcher only gets a new update when changes are
30 # made in it.
31
32
33 diff --git a/dev-vcs/repo/repo-2.12-r1.ebuild b/dev-vcs/repo/repo-2.12-r1.ebuild
34 index dc39e1d6a2e..583e55b6f0e 100644
35 --- a/dev-vcs/repo/repo-2.12-r1.ebuild
36 +++ b/dev-vcs/repo/repo-2.12-r1.ebuild
37 @@ -1,7 +1,7 @@
38 # Copyright 1999-2021 Gentoo Authors
39 # Distributed under the terms of the GNU General Public License v2
40
41 -# NB: The $PV tracks the *repo launcher version*, not the last signed release
42 +# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
43 # of the repo project. The launcher only gets a new update when changes are
44 # made in it.
45
46
47 diff --git a/dev-vcs/repo/repo-2.12.ebuild b/dev-vcs/repo/repo-2.12.ebuild
48 index ff627b49534..0df8d726dda 100644
49 --- a/dev-vcs/repo/repo-2.12.ebuild
50 +++ b/dev-vcs/repo/repo-2.12.ebuild
51 @@ -1,7 +1,7 @@
52 # Copyright 1999-2021 Gentoo Authors
53 # Distributed under the terms of the GNU General Public License v2
54
55 -# NB: The $PV tracks the *repo launcher version*, not the last signed release
56 +# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
57 # of the repo project. The launcher only gets a new update when changes are
58 # made in it.
59
60
61 diff --git a/dev-vcs/repo/repo-2.14.ebuild b/dev-vcs/repo/repo-2.14.ebuild
62 index 4190dab38e9..a1697a75edb 100644
63 --- a/dev-vcs/repo/repo-2.14.ebuild
64 +++ b/dev-vcs/repo/repo-2.14.ebuild
65 @@ -1,7 +1,7 @@
66 # Copyright 1999-2021 Gentoo Authors
67 # Distributed under the terms of the GNU General Public License v2
68
69 -# NB: The $PV tracks the *repo launcher version*, not the last signed release
70 +# NB: The ${PV} tracks the *repo launcher version*, not the last signed release
71 # of the repo project. The launcher only gets a new update when changes are
72 # made in it.