# qlist -C net-p2p/bitcoind | grep bash-completion /usr/share/bash-completion/bitcoind (copy paste from bug 481164) I think it's supposed to be in /usr/share/bash-completion/completions/ nowadays, at least with app-shells/bash-completion >= 2.1-r1 or something like this. It's a bit annoying when I saw a message somewhere about reinstalling packages to fix bash completion scripts location (on other system that I was doing the re-installations actually, but it shouldn't matter), and it certainly won't work for this package. :) Reproducible: Always
$ ls /usr/share/bash-completion/ | wc -l 211 $ ls /usr/share/bash-completion/completions/ qupzilla If this is a bug, it affects 99% of the portage tree, not just bitcoind... Including the current stable version of bash-completion itself.
See the class bash-completion-r1. It takes care of that (and probably most of the ebuilds that install bash completion scripts use it, and they are thus not affected). The package in question doesn't use this eclass. Making it do so would be a proper fix. (By the way, I don't know what is the reason for this change, nor did I care to look for it.)
Fixed in bitcoin overlay.
(In reply to Luke-Jr from comment #3) > Fixed in bitcoin overlay. it should be fixed on the tree. please reopen if it isn't.