Skip to content

Commit

Permalink
app-text/calibre: addpredict /dev/dri (bug 665310)
Browse files Browse the repository at this point in the history
Reported-by: Progenyx <[email protected]>
Closes: https://bugs.gentoo.org/665310
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Zac Medico <[email protected]>
  • Loading branch information
zmedico committed Dec 21, 2018
1 parent f9e09c7 commit 40ae105
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app-text/calibre/calibre-3.35.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,7 @@ src_install() {
local libdir=$(get_libdir)
[[ -n $libdir ]] || die "get_libdir returned an empty string"

# Bug #472690 - Avoid sandbox violation for /dev/dri/card0.
local x
for x in /dev/dri/card[0-9] ; do
[[ -e ${x} ]] && addpredict ${x}
done
addpredict /dev/dri #665310

#dodir "/usr/$(get_libdir)/python2.7/site-packages" # for init_calibre.py
#dodir $(python_get_sitedir)
Expand Down

0 comments on commit 40ae105

Please sign in to comment.