Skip to content

Commit

Permalink
net-libs/gupnp-igd: fix sandbox issues, bug #587552
Browse files Browse the repository at this point in the history
  • Loading branch information
EvaSDK committed Sep 13, 2016
1 parent a2d669e commit ea05b87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion net-libs/gupnp-igd/gupnp-igd-0.2.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -40,6 +40,8 @@ PATCHES=(
)

multilib_src_configure() {
xdg_environment_reset

local myconf=(
--disable-static
--disable-gtk-doc
Expand Down

0 comments on commit ea05b87

Please sign in to comment.