--- gentoo-bashcomp-20180302/helpers/gentoo-common.sh.orig 2018-03-02 11:35:09.000000000 -0700 +++ gentoo-bashcomp-20180302/helpers/gentoo-common.sh 2018-12-31 22:20:25.041308844 -0700 @@ -65,7 +65,7 @@ _parsereposconf() { for f in @GENTOO_PORTAGE_EPREFIX@/usr/share/portage/config/repos.conf \ @GENTOO_PORTAGE_EPREFIX@/etc/portage/repos.conf \ - @GENTOO_PORTAGE_EPREFIX@/etc/portage/repos.conf/*.conf; do + @GENTOO_PORTAGE_EPREFIX@/etc/portage/repos.conf/*; do [[ -f ${f} ]] || continue insection=0