From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0AE59138330 for ; Tue, 13 Sep 2016 21:29:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6031AE0B08; Tue, 13 Sep 2016 21:29:46 +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 41DB0E0B08 for ; Tue, 13 Sep 2016 21:29:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 29F3F3408F9 for ; Tue, 13 Sep 2016 21:29:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4879F246F for ; Tue, 13 Sep 2016 21:29:43 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1473802148.ea05b8767273719c2148affb8189f69b78888004.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gupnp-igd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gupnp-igd/gupnp-igd-0.2.4.ebuild X-VCS-Directories: net-libs/gupnp-igd/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: ea05b8767273719c2148affb8189f69b78888004 X-VCS-Branch: master Date: Tue, 13 Sep 2016 21:29:43 +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: 53b13801-f850-40fe-8eff-39a83b6d0353 X-Archives-Hash: df26d94fa9f7b3376cb5fc2ca284438c commit: ea05b8767273719c2148affb8189f69b78888004 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Tue Sep 13 21:26:44 2016 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Tue Sep 13 21:29:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea05b876 net-libs/gupnp-igd: fix sandbox issues, bug #587552 net-libs/gupnp-igd/gupnp-igd-0.2.4.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-libs/gupnp-igd/gupnp-igd-0.2.4.ebuild b/net-libs/gupnp-igd/gupnp-igd-0.2.4.ebuild index ea10dcea..12ba046 100644 --- a/net-libs/gupnp-igd/gupnp-igd-0.2.4.ebuild +++ b/net-libs/gupnp-igd/gupnp-igd-0.2.4.ebuild @@ -7,7 +7,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) AUTOTOOLS_AUTORECONF=true -inherit eutils gnome.org python-r1 multilib-minimal +inherit eutils gnome.org python-r1 multilib-minimal xdg-utils DESCRIPTION="Library to handle UPnP IGD port mapping for GUPnP" HOMEPAGE="http://gupnp.org" @@ -40,6 +40,8 @@ PATCHES=( ) multilib_src_configure() { + xdg_environment_reset + local myconf=( --disable-static --disable-gtk-doc