commit: 34013f3e9cc114165ed16fbc64562fc5e2494225 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jan 29 04:54:48 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 29 04:55:50 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34013f3e
app-admin/pass-update: workaround bash-completion issue in pass Bug: https://bugs.gentoo.org/767871 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{pass-update-2.2.1.ebuild => pass-update-2.2.1-r1.ebuild} | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app-admin/pass-update/pass-update-2.2.1.ebuild b/app-admin/pass-update/pass-update-2.2.1-r1.ebuild similarity index 82% rename from app-admin/pass-update/pass-update-2.2.1.ebuild rename to app-admin/pass-update/pass-update-2.2.1-r1.ebuild index 8f105c03ae96..c47af386be06 100644 --- a/app-admin/pass-update/pass-update-2.2.1.ebuild +++ b/app-admin/pass-update/pass-update-2.2.1-r1.ebuild @@ -35,4 +35,9 @@ src_install() { BASHCOMPDIR="$(get_bashcompdir)" \ ZSHCOMPDIR="$(get_zshcompdir)" \ install + + # https://github.com/roddhjav/pass-update/issues/25 + rm -r "${ED}"/usr/share/bash-completion || die + insinto /etc/bash_completion.d + doins share/bash-completion/completions/pass-update }
