3 # fowners in src_install doesn't work for the portage group:
4 # merging changes the group back to root
5 chgrp portage "${ROOT}/var/lib/gentoo/news" \
6 && chmod g+w "${ROOT}/var/lib/gentoo/news"
8 echo "In case you have not yet enabled command-line completion"
9 echo "for eselect, you can run:"
11 echo " eselect bashcomp enable eselect"
13 echo "to install locally, or"
15 echo " eselect bashcomp enable --global eselect"
17 echo "to install system-wide."