From deaa3d46f70d000c03238cce0653a54c4f13abc2 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Mon, 13 Jun 2016 22:59:39 -0500 Subject: [PATCH] net-misc/spice-gtk: workaround access violation during configure, bug #581836 Thanks to Martin Dummer for the patch. Package-Manager: portage-2.2.28 --- net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild | 4 ++++ net-misc/spice-gtk/spice-gtk-0.31.ebuild | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild b/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild index cec0640d8f7c..620e995cff03 100644 --- a/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild @@ -83,6 +83,10 @@ DEPEND="${RDEPEND} # dev-lang/vala:0.14 # dev-lang/perl +# Prevent sandbox violations, bug #581836 +# https://bugzilla.gnome.org/show_bug.cgi?id=581836 +addpredict /dev + src_prepare() { epatch_user diff --git a/net-misc/spice-gtk/spice-gtk-0.31.ebuild b/net-misc/spice-gtk/spice-gtk-0.31.ebuild index 5ace07be0fb2..984bef2a2aee 100644 --- a/net-misc/spice-gtk/spice-gtk-0.31.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.31.ebuild @@ -84,6 +84,10 @@ DEPEND="${RDEPEND} # dev-lang/vala:0.14 # dev-lang/perl +# Prevent sandbox violations, bug #581836 +# https://bugzilla.gnome.org/show_bug.cgi?id=581836 +addpredict /dev + src_prepare() { epatch_user -- 2.26.2