commit: abf075427a45a3832c0faffd6431df108c0815fb
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 8 04:53:08 2016 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Mon Aug 8 04:53:08 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abf07542
app-emulation/spice: work around access violation during configure, bug #586560
Package-Manager: portage-2.2.28
app-emulation/spice/spice-0.12.7-r1.ebuild | 4 ++++
app-emulation/spice/spice-0.13.1-r2.ebuild | 4 ++++
app-emulation/spice/spice-9999.ebuild | 4 ++++
3 files changed, 12 insertions(+)
diff --git a/app-emulation/spice/spice-0.12.7-r1.ebuild
b/app-emulation/spice/spice-0.12.7-r1.ebuild
index c514560..cecdd6e 100644
--- a/app-emulation/spice/spice-0.12.7-r1.ebuild
+++ b/app-emulation/spice/spice-0.12.7-r1.ebuild
@@ -39,6 +39,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}]"
diff --git a/app-emulation/spice/spice-0.13.1-r2.ebuild
b/app-emulation/spice/spice-0.13.1-r2.ebuild
index 960c1c9..80cf44a 100644
--- a/app-emulation/spice/spice-0.13.1-r2.ebuild
+++ b/app-emulation/spice/spice-0.13.1-r2.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}]"
diff --git a/app-emulation/spice/spice-9999.ebuild
b/app-emulation/spice/spice-9999.ebuild
index f93c735..03693f6 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}]"