Skip to content

Commit

Permalink
media-gfx/gimp: Graphics device access (bug #569738)
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
hartwork committed Sep 18, 2016
1 parent ea24ab2 commit 88cfe3a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
8 changes: 5 additions & 3 deletions media-gfx/gimp/gimp-2.9.2-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,11 @@ src_configure() {
}

src_compile() {
addwrite /dev/nvidiactl # bug #569738
addwrite /dev/nvidia? # bug #569738
addwrite /dev/nvidia-uvm # bug #591214
# Bugs #569738 and #591214
local nv
for nv in /dev/nvidia-uvm /dev/nvidiactl /dev/nvidia[0-9] ; do
[[ -e "${nv}" ]] && addwrite "${nv}"
done
addwrite /dev/dri/ # bug #574038
addwrite /dev/ati/ # bug 589198
addwrite /proc/mtrr # bug 589198
Expand Down
8 changes: 5 additions & 3 deletions media-gfx/gimp/gimp-2.9.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,11 @@ src_configure() {
}

src_compile() {
addwrite /dev/nvidiactl # bug #569738
addwrite /dev/nvidia? # bug #569738
addwrite /dev/nvidia-uvm # bug #591214
# Bugs #569738 and #591214
local nv
for nv in /dev/nvidia-uvm /dev/nvidiactl /dev/nvidia[0-9] ; do
[[ -e "${nv}" ]] && addwrite "${nv}"
done
addwrite /dev/dri/ # bug #574038
addwrite /dev/ati/ # bug 589198
addwrite /proc/mtrr # bug 589198
Expand Down
8 changes: 5 additions & 3 deletions media-gfx/gimp/gimp-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,11 @@ src_configure() {
}

src_compile() {
addwrite /dev/nvidiactl # bug #569738
addwrite /dev/nvidia? # bug #569738
addwrite /dev/nvidia-uvm # bug #591214
# Bugs #569738 and #591214
local nv
for nv in /dev/nvidia-uvm /dev/nvidiactl /dev/nvidia[0-9] ; do
[[ -e "${nv}" ]] && addwrite "${nv}"
done
addwrite /dev/dri/ # bug #574038
addwrite /dev/ati/ # bug 589198
addwrite /proc/mtrr # bug 589198
Expand Down

0 comments on commit 88cfe3a

Please sign in to comment.