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 4196D138350 for ; Wed, 18 Mar 2020 00:44:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28098E0B09; Wed, 18 Mar 2020 00:44:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 0D137E0B09 for ; Wed, 18 Mar 2020 00:44:16 +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 0611034F0C9 for ; Wed, 18 Mar 2020 00:44:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B723B14D for ; Wed, 18 Mar 2020 00:44:13 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1584492234.81509c608d3f57766575cbb9332dcbed80948aa0.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/hub/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/hub/hub-2.14.1.ebuild X-VCS-Directories: dev-vcs/hub/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 81509c608d3f57766575cbb9332dcbed80948aa0 X-VCS-Branch: master Date: Wed, 18 Mar 2020 00:44:13 +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: 8cb0d721-574f-4525-9ade-be4533cf2a13 X-Archives-Hash: bbd97ea55ee68a06f070bda9a60f4ce0 commit: 81509c608d3f57766575cbb9332dcbed80948aa0 Author: William Hubbs gentoo org> AuthorDate: Wed Mar 18 00:43:10 2020 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Mar 18 00:43:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81509c60 dev-vcs/hub: indentation fix Signed-off-by: William Hubbs gentoo.org> dev-vcs/hub/hub-2.14.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/hub/hub-2.14.1.ebuild b/dev-vcs/hub/hub-2.14.1.ebuild index 02a51219754..23deae8f3cc 100644 --- a/dev-vcs/hub/hub-2.14.1.ebuild +++ b/dev-vcs/hub/hub-2.14.1.ebuild @@ -31,7 +31,7 @@ src_install() { newbashcomp etc/${PN}.bash_completion.sh ${PN} insinto /usr/share/vim/vimfiles -doins -r share/vim/vimfiles/* + doins -r share/vim/vimfiles/* insinto /usr/share/zsh/site-functions newins etc/hub.zsh_completion _${PN} }