commit: 0238b10c158a0ee0232441365ce1b964d36630aa Author: Max Grinberg <codeswhite <AT> protonmail <DOT> com> AuthorDate: Wed Aug 25 09:05:23 2021 +0000 Commit: Max Grinberg <max3227 <AT> gmail <DOT> com> CommitDate: Wed Aug 25 09:05:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0238b10c
app-admin/chezmoi: Fix completion installation Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Max Grinberg <codeswhite <AT> protonmail.com> app-admin/chezmoi/chezmoi-2.1.5.ebuild | 2 +- app-admin/chezmoi/chezmoi-2.1.6.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-admin/chezmoi/chezmoi-2.1.5.ebuild b/app-admin/chezmoi/chezmoi-2.1.5.ebuild index 7d18a3f9c..b70641403 100644 --- a/app-admin/chezmoi/chezmoi-2.1.5.ebuild +++ b/app-admin/chezmoi/chezmoi-2.1.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit go-module +inherit go-module bash-completion-r1 DESCRIPTION="Manage your dotfiles across multiple machines, securely" HOMEPAGE="https://chezmoi.io" diff --git a/app-admin/chezmoi/chezmoi-2.1.6.ebuild b/app-admin/chezmoi/chezmoi-2.1.6.ebuild index d405f995f..a68253c02 100644 --- a/app-admin/chezmoi/chezmoi-2.1.6.ebuild +++ b/app-admin/chezmoi/chezmoi-2.1.6.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit go-module +inherit go-module bash-completion-r1 DESCRIPTION="Manage your dotfiles across multiple machines, securely" HOMEPAGE="https://chezmoi.io" @@ -878,7 +878,7 @@ src_install() { newbashcomp completions/${PN}-completion.bash ${PN} insinto /usr/share/fish/vendor_completions.d - newins completions/${PN}.fish + doins completions/${PN}.fish insinto /usr/share/zsh/site-functions newins completions/${PN}.zsh _${PN}
