From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0AB191395E2 for ; Sun, 13 Nov 2016 11:19:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40EA6E0B1B; Sun, 13 Nov 2016 11:19:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28FCDE0B1B for ; Sun, 13 Nov 2016 11:19:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 32D95341665 for ; Sun, 13 Nov 2016 11:19:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7BC224BD for ; Sun, 13 Nov 2016 11:19:31 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1479035924.9ed2dca815b4f234c0cf1d972d036cb3ecef6f9c.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnice/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnice/libnice-0.1.13.ebuild X-VCS-Directories: net-libs/libnice/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 9ed2dca815b4f234c0cf1d972d036cb3ecef6f9c X-VCS-Branch: master Date: Sun, 13 Nov 2016 11:19:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 81940d59-1835-42df-8118-43b451605d49 X-Archives-Hash: 2588a4cd4291339a1a3265c023f04c37 commit: 9ed2dca815b4f234c0cf1d972d036cb3ecef6f9c Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Nov 13 10:15:33 2016 +0000 Commit: Gilles Dartiguelongue gentoo 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