summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2016-06-13 22:59:39 -0500
committerMatthias Maier <tamiko@gentoo.org>2016-06-13 23:00:08 -0500
commitdeaa3d46f70d000c03238cce0653a54c4f13abc2 (patch)
tree319b81ee0b9cbea9cb58cdcc9ce90d151ea3c9fa /net-misc
parentapp-i18n/skktools: keyword ~arm (diff)
downloadgentoo-deaa3d46f70d000c03238cce0653a54c4f13abc2.tar.gz
gentoo-deaa3d46f70d000c03238cce0653a54c4f13abc2.tar.bz2
gentoo-deaa3d46f70d000c03238cce0653a54c4f13abc2.zip
net-misc/spice-gtk: workaround access violation during configure, bug #581836
Thanks to Martin Dummer for the patch. Package-Manager: portage-2.2.28
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild4
-rw-r--r--net-misc/spice-gtk/spice-gtk-0.31.ebuild4
2 files changed, 8 insertions, 0 deletions
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