From: Ilya Tumaykin Date: Sun, 20 May 2018 15:00:36 +0000 (+0300) Subject: app-shells/mpv-bash-completion: addpredict /dev/dri X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2078adf9f0884b0e954163e09924775bf4ec0170;p=gentoo.git app-shells/mpv-bash-completion: addpredict /dev/dri Bug: https://bugs.gentoo.org/656086 Package-Manager: Portage-2.3.38, Repoman-2.3.9 --- diff --git a/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.16.ebuild b/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.16.ebuild index f5f6bc361f17..bb3736da0fec 100644 --- a/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.16.ebuild +++ b/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.16.ebuild @@ -30,6 +30,10 @@ src_prepare() { } src_compile() { + # Prevent access violations from completion generation. + # See Gentoo bug 656086. + addpredict /dev/dri + $(usex luajit 'luajit' 'lua') gen.lua > mpv || die }