summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2016-08-07 23:53:08 -0500
committerMatthias Maier <tamiko@gentoo.org>2016-08-07 23:53:08 -0500
commitabf075427a45a3832c0faffd6431df108c0815fb (patch)
treeabeb0b77cb25830e16aad740245e8f6d9536a27c /app-emulation/spice/spice-9999.ebuild
parentapp-emulation/libvirt: remove 1.3.5-r1 (diff)
downloadgentoo-abf075427a45a3832c0faffd6431df108c0815fb.tar.gz
gentoo-abf075427a45a3832c0faffd6431df108c0815fb.tar.bz2
gentoo-abf075427a45a3832c0faffd6431df108c0815fb.zip
app-emulation/spice: work around access violation during configure, bug #586560
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-emulation/spice/spice-9999.ebuild')
-rw-r--r--app-emulation/spice/spice-9999.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/app-emulation/spice/spice-9999.ebuild b/app-emulation/spice/spice-9999.ebuild
index f93c735ded1c..03693f6d7c12 100644
--- a/app-emulation/spice/spice-9999.ebuild
+++ b/app-emulation/spice/spice-9999.ebuild
@@ -41,6 +41,10 @@ DEPEND="
smartcard? ( app-emulation/qemu[smartcard] )
${RDEPEND}"
+# Prevent sandbox violations, bug #586560
+# https://bugzilla.gnome.org/show_bug.cgi?id=581836
+addpredict /dev
+
python_check_deps() {
has_version ">=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}]"
has_version "dev-python/six[${PYTHON_USEDEP}]"