diff options
author | Matthias Maier <tamiko@gentoo.org> | 2016-06-13 22:59:39 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2016-06-13 23:00:08 -0500 |
commit | deaa3d46f70d000c03238cce0653a54c4f13abc2 (patch) | |
tree | 319b81ee0b9cbea9cb58cdcc9ce90d151ea3c9fa /net-misc | |
parent | app-i18n/skktools: keyword ~arm (diff) | |
download | gentoo-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.ebuild | 4 | ||||
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-0.31.ebuild | 4 |
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 |