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 D44C51382C5 for ; Wed, 16 Jun 2021 14:14:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C71EAE0903; Wed, 16 Jun 2021 14:14:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 AC11EE0908 for ; Wed, 16 Jun 2021 14:14:35 +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 2E29D340EBE for ; Wed, 16 Jun 2021 14:14:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B7277C4 for ; Wed, 16 Jun 2021 14:14:29 +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: <1623852813.b147c4a4675dcbfe34b16b101d4c30f3fd9a8621.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/fzf/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/fzf/fzf-0.27.0.ebuild app-shells/fzf/fzf-0.27.2.ebuild X-VCS-Directories: app-shells/fzf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b147c4a4675dcbfe34b16b101d4c30f3fd9a8621 X-VCS-Branch: master Date: Wed, 16 Jun 2021 14:14:29 +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: b9a43034-2a97-4791-ad46-78a5d459760a X-Archives-Hash: 9fb2b2255256a7a8a30041fddbbe06ac commit: b147c4a4675dcbfe34b16b101d4c30f3fd9a8621 Author: Sam James gentoo org> AuthorDate: Wed Jun 16 14:13:33 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 16 14:13:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b147c4a4 app-shells/fzf: GoLang -> Golang Signed-off-by: Sam James gentoo.org> app-shells/fzf/fzf-0.27.0.ebuild | 2 +- app-shells/fzf/fzf-0.27.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-shells/fzf/fzf-0.27.0.ebuild b/app-shells/fzf/fzf-0.27.0.ebuild index 98fa87fdb66..8a094f3a5db 100644 --- a/app-shells/fzf/fzf-0.27.0.ebuild +++ b/app-shells/fzf/fzf-0.27.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit bash-completion-r1 go-module -DESCRIPTION="A general-purpose command-line fuzzy finder, written in GoLang" +DESCRIPTION="A general-purpose command-line fuzzy finder, written in Golang" HOMEPAGE="https://github.com/junegunn/fzf" # For fancy versioning only. Bump on the next release! diff --git a/app-shells/fzf/fzf-0.27.2.ebuild b/app-shells/fzf/fzf-0.27.2.ebuild index 7c8238faf41..f37dd8edb30 100644 --- a/app-shells/fzf/fzf-0.27.2.ebuild +++ b/app-shells/fzf/fzf-0.27.2.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit bash-completion-r1 go-module -DESCRIPTION="General-purpose command-line fuzzy finder, written in GoLang" +DESCRIPTION="General-purpose command-line fuzzy finder, written in Golang" HOMEPAGE="https://github.com/junegunn/fzf" # For fancy versioning only. Bump on the next release!