Skip to content

Commit

Permalink
dev-python/pip: Update shell completion generation
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <[email protected]>
  • Loading branch information
jlec committed Dec 28, 2015
1 parent 0db137e commit b497e7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-python/pip/pip-7.1.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ python_install_all() {

COMPLETION="${T}"/completion.tmp

"${PYTHON}" pip/__init__.py completion --bash > "${COMPLETION}" || die
"${PYTHON}" -m pip completion --bash > "${COMPLETION}" || die
newbashcomp "${COMPLETION}" ${PN}

"${PYTHON}" pip/__init__.py completion --zsh > "${COMPLETION}" || die
"${PYTHON}" -m pip completion --zsh > "${COMPLETION}" || die
insinto /usr/share/zsh/site-functions
newins "${COMPLETION}" _pip
}

0 comments on commit b497e7c

Please sign in to comment.