commit:     ea05b8767273719c2148affb8189f69b78888004
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 13 21:26:44 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> 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

Reply via email to