Skip to content

Commit

Permalink
media-gfx/gimp: Graphics device access (bug #569738, #574038)
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
hartwork committed Jul 18, 2016
1 parent b6e2534 commit 6c7bb44
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions media-gfx/gimp/gimp-2.9.2-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@ src_prepare() {
gnome2_src_prepare
}

src_compile() {
addwrite /dev/nvidiactl # bug #569738
addwrite /dev/dri/ # bug #574038
gnome2_src_compile
}

_clean_up_locales() {
einfo "Cleaning up locales..."
for lang in ${LANGS}; do
Expand Down
6 changes: 6 additions & 0 deletions media-gfx/gimp/gimp-2.9.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ src_prepare() {
gnome2_src_prepare
}

src_compile() {
addwrite /dev/nvidiactl # bug #569738
addwrite /dev/dri/ # bug #574038
gnome2_src_compile
}

_clean_up_locales() {
einfo "Cleaning up locales..."
for lang in ${LANGS}; do
Expand Down

0 comments on commit 6c7bb44

Please sign in to comment.