diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2016-09-13 23:26:44 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2016-09-13 23:29:08 +0200 |
commit | ea05b8767273719c2148affb8189f69b78888004 (patch) | |
tree | 66f8a36709383d290645e10c039e7e060ca8c078 /net-libs/gupnp-igd | |
parent | haskell-cabal.eclass: drop unused CABAL_FEATURES="alex happy c2hs cpphs" (diff) | |
download | gentoo-ea05b8767273719c2148affb8189f69b78888004.tar.gz gentoo-ea05b8767273719c2148affb8189f69b78888004.tar.bz2 gentoo-ea05b8767273719c2148affb8189f69b78888004.zip |
net-libs/gupnp-igd: fix sandbox issues, bug #587552
Diffstat (limited to 'net-libs/gupnp-igd')
-rw-r--r-- | net-libs/gupnp-igd/gupnp-igd-0.2.4.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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 ea10dcea6bab..12ba0467e02a 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 |