From 9ed2dca815b4f234c0cf1d972d036cb3ecef6f9c Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Sun, 13 Nov 2016 11:15:33 +0100 Subject: 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(-) (limited to 'net-libs') 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 -- cgit v1.2.3-65-gdbad