commit: 9e5ad5d352a3f9f65de7cb2f322f6250499ef699 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jan 29 04:46:56 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 29 04:55:49 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e5ad5d3
app-admin/pass-import: workaround bash-completion issue in pass Bug: https://bugs.gentoo.org/767871 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{pass-import-3.5.ebuild => pass-import-3.5-r1.ebuild} | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/app-admin/pass-import/pass-import-3.5.ebuild b/app-admin/pass-import/pass-import-3.5-r1.ebuild similarity index 94% rename from app-admin/pass-import/pass-import-3.5.ebuild rename to app-admin/pass-import/pass-import-3.5-r1.ebuild index a9c2f29b3d57..79ec827022bf 100644 --- a/app-admin/pass-import/pass-import-3.5.ebuild +++ b/app-admin/pass-import/pass-import-3.5-r1.ebuild @@ -1,3 +1,4 @@ + # Copyright 2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 @@ -99,8 +100,12 @@ src_install() { doexe import.bash doman share/man/man1/pass-import.1 share/man/man1/pimport.1 - dobashcomp share/bash-completion/completions/pass-import \ - share/bash-completion/completions/pimport + dobashcomp share/bash-completion/completions/pimport + + # bug #767871 + insinto /etc/bash_completion.d + doins share/bash-completion/completions/pass-import + dozshcomp share/zsh/site-functions/_pass-import \ share/zsh/site-functions/_pimport }
