diff options
author | 2021-04-29 02:45:45 +0100 | |
---|---|---|
committer | 2021-04-29 02:52:07 +0100 | |
commit | d03ae8b8642c8a2b561168f95b97d3ed55480c30 (patch) | |
tree | 12635fb931352e2da5f2af39d42c20a92b549789 /dev-vcs/repo/repo-2.14.ebuild | |
parent | dev-vcs/gitolite: fix variable reference style (diff) | |
download | gentoo-d03ae8b8642c8a2b561168f95b97d3ed55480c30.tar.gz gentoo-d03ae8b8642c8a2b561168f95b97d3ed55480c30.tar.bz2 gentoo-d03ae8b8642c8a2b561168f95b97d3ed55480c30.zip |
dev-vcs/repo: fix variable reference style
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs/repo/repo-2.14.ebuild')
-rw-r--r-- | dev-vcs/repo/repo-2.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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. |