app-emulation/spice: work around access violation during configure, bug #586560
authorMatthias Maier <tamiko@gentoo.org>
Mon, 8 Aug 2016 04:53:08 +0000 (23:53 -0500)
committerMatthias Maier <tamiko@gentoo.org>
Mon, 8 Aug 2016 04:53:08 +0000 (23:53 -0500)
Package-Manager: portage-2.2.28

app-emulation/spice/spice-0.12.7-r1.ebuild
app-emulation/spice/spice-0.13.1-r2.ebuild
app-emulation/spice/spice-9999.ebuild

index c5145606a233ee865e9710ec621028fbc7169948..cecdd6ec20ee4a995038c6864fccf4cf078258bc 100644 (file)
@@ -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}]"
index 960c1c9e8c19340ff9bb9f377c44ca59adf64cee..80cf44adb644dc6a1e54de1aba2bbef81972a9e7 100644 (file)
@@ -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}]"
index f93c735ded1cf9054a7833560f4ed6a577725e72..03693f6d7c123871ed7755de451cffc10da7d606 100644 (file)
@@ -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}]"