diff -r 7529beb4533d -r ae0f07f4c215 gentoo --- a/gentoo Tue Dec 29 22:45:26 2009 +0100 +++ b/gentoo Tue Dec 29 23:20:40 2009 +0100 @@ -1218,8 +1218,8 @@ COMPREPLY=($(compgen -W "--help -U --no-useflags -l --linear" -- $cur)) ;; *) - # Complete on installed package names. - _pkgname -I $cur + # Complete on all package names. + _pkgname -A $cur ;; esac fi