Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 298916 | Differences between
and this patch

Collapse All | Expand All

(-)a/gentoo (-2 / +2 lines)
Lines 1218-1225 Link Here
1218
                COMPREPLY=($(compgen -W "--help -U --no-useflags -l --linear" -- $cur))
1218
                COMPREPLY=($(compgen -W "--help -U --no-useflags -l --linear" -- $cur))
1219
            ;;
1219
            ;;
1220
            *)
1220
            *)
1221
            # Complete on installed package names.
1221
            # Complete on all package names.
1222
            _pkgname -I $cur
1222
            _pkgname -A $cur
1223
            ;;
1223
            ;;
1224
        esac
1224
        esac
1225
        fi
1225
        fi

Return to bug 298916