commit: deaa3d46f70d000c03238cce0653a54c4f13abc2
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 14 03:59:39 2016 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Tue Jun 14 04:00:08 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deaa3d46
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 cec0640..620e995 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 5ace07b..984bef2 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