From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1221850-garchives=archives.gentoo.org@lists.gentoo.org>
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 A53A7138359
	for <garchives@archives.gentoo.org>; Fri, 13 Nov 2020 01:54:02 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BA5D0E08F5;
	Fri, 13 Nov 2020 01:54:01 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 A08CBE08F5
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Nov 2020 01:54:01 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 5924334101A
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Nov 2020 01:53:59 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A50F445
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Nov 2020 01:53:57 +0000 (UTC)
From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" <gyakovlev@gentoo.org>
Message-ID: <1605232408.94f6e8f6858fc3a19a1b26b4911b93bf10a26cda.gyakovlev@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/go/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-lang/go/go-1.14.12.ebuild dev-lang/go/go-1.15.5.ebuild dev-lang/go/go-9999.ebuild
X-VCS-Directories: dev-lang/go/
X-VCS-Committer: gyakovlev
X-VCS-Committer-Name: Georgy Yakovlev
X-VCS-Revision: 94f6e8f6858fc3a19a1b26b4911b93bf10a26cda
X-VCS-Branch: master
Date: Fri, 13 Nov 2020 01:53:57 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: d6c87424-e82b-4ace-a08e-11c68c9c862b
X-Archives-Hash: 2ec36a6b86ced13d449f7d2b986f8537

commit:     94f6e8f6858fc3a19a1b26b4911b93bf10a26cda
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 13 01:53:28 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Nov 13 01:53:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94f6e8f6

dev-lang/go: fix go set name

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 dev-lang/go/go-1.14.12.ebuild | 2 +-
 dev-lang/go/go-1.15.5.ebuild  | 2 +-
 dev-lang/go/go-9999.ebuild    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-lang/go/go-1.14.12.ebuild b/dev-lang/go/go-1.14.12.ebuild
index 4574d720c2b..d420d4dc424 100644
--- a/dev-lang/go/go-1.14.12.ebuild
+++ b/dev-lang/go/go-1.14.12.ebuild
@@ -198,6 +198,6 @@ pkg_postinst() {
 	einfo "version of the compiler will not be updated until they are"
 	einfo "updated individually, which could mean they will have"
 	einfo "vulnerabilities."
-	einfo "Run 'emerge @go-rebuild' to rebuild all 'go' packages"
+	einfo "Run 'emerge @golang-rebuild' to rebuild all 'go' packages"
 	einfo "See https://bugs.gentoo.org/752153 for more info"
 }

diff --git a/dev-lang/go/go-1.15.5.ebuild b/dev-lang/go/go-1.15.5.ebuild
index 4574d720c2b..d420d4dc424 100644
--- a/dev-lang/go/go-1.15.5.ebuild
+++ b/dev-lang/go/go-1.15.5.ebuild
@@ -198,6 +198,6 @@ pkg_postinst() {
 	einfo "version of the compiler will not be updated until they are"
 	einfo "updated individually, which could mean they will have"
 	einfo "vulnerabilities."
-	einfo "Run 'emerge @go-rebuild' to rebuild all 'go' packages"
+	einfo "Run 'emerge @golang-rebuild' to rebuild all 'go' packages"
 	einfo "See https://bugs.gentoo.org/752153 for more info"
 }

diff --git a/dev-lang/go/go-9999.ebuild b/dev-lang/go/go-9999.ebuild
index a65f588db76..c81e94e1235 100644
--- a/dev-lang/go/go-9999.ebuild
+++ b/dev-lang/go/go-9999.ebuild
@@ -198,6 +198,6 @@ pkg_postinst() {
 	einfo "version of the compiler will not be updated until they are"
 	einfo "updated individually, which could mean they will have"
 	einfo "vulnerabilities."
-	einfo "Run 'emerge @go-rebuild' to rebuild all 'go' packages"
+	einfo "Run 'emerge @golang-rebuild' to rebuild all 'go' packages"
 	einfo "See https://bugs.gentoo.org/752153 for more info"
 }