dev-python/typer: clean up env var in install

This commit is contained in:
odrling 2024-04-05 21:50:04 +02:00
parent 081756569b
commit 03ccffcfb9
No known key found for this signature in database
GPG key ID: EC907F69A27A90C5

View file

@ -61,7 +61,6 @@ src_compile() {
src_install() {
distutils-r1_src_install "${@}"
export _TYPER_COMPLETE_TEST_DISABLE_SHELL_DETECTION=1
dobashcomp "${COMPLETIONSDIR}/${PN}"
dozshcomp "${COMPLETIONSDIR}/_${PN}"
dofishcomp "${COMPLETIONSDIR}/${PN}.fish"