diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2016-11-13 11:15:33 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2016-11-13 12:18:44 +0100 |
commit | 9ed2dca815b4f234c0cf1d972d036cb3ecef6f9c (patch) | |
tree | 3416481213e4a51a8b7d5c7ad45e582af77e7052 /net-libs/libnice | |
parent | net-libs/telepathy-glib: cleanup old revision (diff) | |
download | gentoo-9ed2dca815b4f234c0cf1d972d036cb3ecef6f9c.tar.gz gentoo-9ed2dca815b4f234c0cf1d972d036cb3ecef6f9c.tar.bz2 gentoo-9ed2dca815b4f234c0cf1d972d036cb3ecef6f9c.zip |
net-libs/libnice: add call to xdg_environment_reset
Gentoo-Bug: 587834
Package-Manager: portage-2.3.2
Diffstat (limited to 'net-libs/libnice')
-rw-r--r-- | net-libs/libnice/libnice-0.1.13.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-libs/libnice/libnice-0.1.13.ebuild b/net-libs/libnice/libnice-0.1.13.ebuild index 5e2dfb14db7b..e41dfbb45704 100644 --- a/net-libs/libnice/libnice-0.1.13.ebuild +++ b/net-libs/libnice/libnice-0.1.13.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -inherit autotools eutils multilib-minimal +inherit autotools eutils multilib-minimal xdg-utils DESCRIPTION="An implementation of the Interactice Connectivity Establishment standard (ICE)" HOMEPAGE="https://nice.freedesktop.org/wiki/" @@ -29,6 +29,8 @@ DEPEND="${RDEPEND} RESTRICT="test" src_prepare() { + xdg_environment_reset + # https://bugs.freedesktop.org/show_bug.cgi?id=90801 epatch "${FILESDIR}"/${P}-gstreamer.patch eautoreconf |