mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-video/mpv: remove obsolete postinst conditionals in 9999
Both mpv-bash-completion and recent enough bash-completion are stable now. No need for this safety net anymore since the blockers are there. Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
committed by
David Seifert
parent
0ffcf03839
commit
bf1d7665b7
@@ -344,9 +344,7 @@ pkg_postinst() {
|
||||
elog "or Mac OS Aqua. Consider enabling the 'opengl' USE flag."
|
||||
fi
|
||||
|
||||
# bash-completion < 2.3-r1 already installs (mostly broken) mpv completion.
|
||||
if use cli && ! has_version '<app-shells/bash-completion-2.3-r1' && \
|
||||
! has_version 'app-shells/mpv-bash-completion'; then
|
||||
if use cli && ! has_version 'app-shells/mpv-bash-completion'; then
|
||||
elog "If you want to have command-line completion via bash-completion,"
|
||||
elog "please install app-shells/mpv-bash-completion."
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user