mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
dev-python/pip: Call PYTHON instead of EPYTHON in src_install
Package-Manager: portage-2.2.23_p26
This commit is contained in:
@@ -57,10 +57,10 @@ python_install_all() {
|
||||
|
||||
COMPLETION="${T}"/completion.tmp
|
||||
|
||||
${EPYTHON} pip/__init__.py completion --bash > "${COMPLETION}" || die
|
||||
"${PYTHON}" pip/__init__.py completion --bash > "${COMPLETION}" || die
|
||||
newbashcomp "${COMPLETION}" ${PN}
|
||||
|
||||
${EPYTHON} pip/__init__.py completion --zsh > "${COMPLETION}" || die
|
||||
"${PYTHON}" pip/__init__.py completion --zsh > "${COMPLETION}" || die
|
||||
insinto /usr/share/zsh/site-functions
|
||||
newins "${COMPLETION}" _pip
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user