From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 993D413829C for ; Tue, 14 Jun 2016 04:00:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A9DFE0928; Tue, 14 Jun 2016 04:00:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A14C7E0928 for ; Tue, 14 Jun 2016 04:00:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F1AF335DED for ; Tue, 14 Jun 2016 04:00:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A27542320 for ; Tue, 14 Jun 2016 04:00:37 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1465876808.deaa3d46f70d000c03238cce0653a54c4f13abc2.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/spice-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild net-misc/spice-gtk/spice-gtk-0.31.ebuild X-VCS-Directories: net-misc/spice-gtk/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: deaa3d46f70d000c03238cce0653a54c4f13abc2 X-VCS-Branch: master Date: Tue, 14 Jun 2016 04:00:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 226ed050-500e-4ee6-a2fc-2bf2eed3cfc6 X-Archives-Hash: 028368e69e99b0d783c5bb4682d83c4f commit: deaa3d46f70d000c03238cce0653a54c4f13abc2 Author: Matthias Maier gentoo org> AuthorDate: Tue Jun 14 03:59:39 2016 +0000 Commit: Matthias Maier gentoo org> CommitDate: Tue Jun 14 04:00:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deaa3d46 net-misc/spice-gtk: workaround access violation during configure, bug #581836 Thanks to Martin Dummer for the patch. Package-Manager: portage-2.2.28 net-misc/spice-gtk/spice-gtk-0.30-r1.ebuild | 4 ++++ net-misc/spice-gtk/spice-gtk-0.31.ebuild | 4 ++++ 2 files changed, 8 insertions(+) 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 cec0640..620e995 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 5ace07b..984bef2 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