From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0B8A71382C5 for ; Thu, 29 Apr 2021 01:52:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E1E6E08A8; Thu, 29 Apr 2021 01:52:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 360B0E08A8 for ; Thu, 29 Apr 2021 01:52:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56284340FD8 for ; Thu, 29 Apr 2021 01:52:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A57BA753 for ; Thu, 29 Apr 2021 01:52:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1619661127.d03ae8b8642c8a2b561168f95b97d3ed55480c30.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/repo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/repo/repo-2.11.ebuild dev-vcs/repo/repo-2.12-r1.ebuild dev-vcs/repo/repo-2.12.ebuild dev-vcs/repo/repo-2.14.ebuild X-VCS-Directories: dev-vcs/repo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d03ae8b8642c8a2b561168f95b97d3ed55480c30 X-VCS-Branch: master Date: Thu, 29 Apr 2021 01:52:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4379d01b-099d-4cdc-9e9a-b09cca3e85d2 X-Archives-Hash: f8f236e7398d819686201c3ff909b909 commit: d03ae8b8642c8a2b561168f95b97d3ed55480c30 Author: Sam James gentoo org> AuthorDate: Thu Apr 29 01:45:45 2021 +0000 Commit: Sam James gentoo 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 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.