app-portage/genlop should install genlop.bash-completion into
/usr/share/bash-completion at least if app-shells/bash-completion is installed.
Reproducible: Always
Steps to Reproduce:
1.(none)
2.
3.
Actual Results:
(none)
Expected Results:
(none)
Who about the following method? I don't think a dependency is good.
<snip>
dodoc README Changelog
if has_version app-shells/bash-completion; then
insinto /usr/share/bash-completion
newins genlop.bash-completion genlop
else
dodoc genlop.bash-completion
fi
</snip>