commit:     9ed2dca815b4f234c0cf1d972d036cb3ecef6f9c
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 13 10:15:33 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 13 11:18:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ed2dca8

net-libs/libnice: add call to xdg_environment_reset

Gentoo-Bug: 587834

Package-Manager: portage-2.3.2

 net-libs/libnice/libnice-0.1.13.ebuild | 6 ++++--
 1 file 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 5e2dfb1..e41dfbb 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

Reply via email to