Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/kubectl/
Date: Thu, 19 Oct 2017 13:16:01
Message-Id: 1508418942.9551b810d90e0cfae565a7a30780233a12a81895.mrueg@gentoo
1 commit: 9551b810d90e0cfae565a7a30780233a12a81895
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 19 13:15:42 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 19 13:15:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9551b810
7
8 sys-cluster/kubectl: Fix zsh completions
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 sys-cluster/kubectl/kubectl-1.8.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/kubectl/kubectl-1.8.1.ebuild b/sys-cluster/kubectl/kubectl-1.8.1.ebuild
16 index 89ea95537ed..d34aef51298 100644
17 --- a/sys-cluster/kubectl/kubectl-1.8.1.ebuild
18 +++ b/sys-cluster/kubectl/kubectl-1.8.1.ebuild
19 @@ -40,7 +40,7 @@ src_install() {
20
21 newbashcomp ${PN}.bash ${PN}
22 insinto /usr/share/zsh/site-functions
23 - newins ${PN}.zsh ${PN}
24 + newins ${PN}.zsh _${PN}
25
26 popd || die
27 }