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 DB20A139694 for ; Thu, 11 May 2017 05:43:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E11621C0DF; Thu, 11 May 2017 05:43:23 +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 0FB9D21C0E0 for ; Thu, 11 May 2017 05:43:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5C0E34169C for ; Thu, 11 May 2017 05:43:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 164A97455 for ; Thu, 11 May 2017 05:43:19 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1494481073.f43fddb87c5c508fcdb768dbcbfae7766268f0de.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/spice-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/spice-gtk/spice-gtk-0.33-r2.ebuild X-VCS-Directories: net-misc/spice-gtk/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: f43fddb87c5c508fcdb768dbcbfae7766268f0de X-VCS-Branch: master Date: Thu, 11 May 2017 05:43:19 +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: c9eca888-5fca-469f-baa6-528b085eb795 X-Archives-Hash: 2b7fba9e5bda963b8af53c4d6a697404 commit: f43fddb87c5c508fcdb768dbcbfae7766268f0de Author: Matthias Maier gentoo org> AuthorDate: Thu May 11 05:37:53 2017 +0000 Commit: Matthias Maier gentoo org> CommitDate: Thu May 11 05:37:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f43fddb8 net-misc/spice-gtk: Clean up xdg environment, bug #586642 Package-Manager: Portage-2.3.5, Repoman-2.3.2 net-misc/spice-gtk/spice-gtk-0.33-r2.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-misc/spice-gtk/spice-gtk-0.33-r2.ebuild b/net-misc/spice-gtk/spice-gtk-0.33-r2.ebuild index 26dba5b782f..b9d9211f268 100644 --- a/net-misc/spice-gtk/spice-gtk-0.33-r2.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.33-r2.ebuild @@ -6,7 +6,7 @@ GCONF_DEBUG="no" VALA_MIN_API_VERSION="0.14" VALA_USE_DEPEND="vapigen" -inherit autotools eutils vala readme.gentoo-r1 +inherit autotools eutils xdg-utils vala readme.gentoo-r1 DESCRIPTION="Set of GObject and Gtk objects for connecting to Spice servers and a client GUI" HOMEPAGE="http://spice-space.org https://cgit.freedesktop.org/spice/spice-gtk/" @@ -91,6 +91,9 @@ src_configure() { # https://bugzilla.gnome.org/show_bug.cgi?id=744135 addpredict /dev + # Clean up environment, bug #586642 + xdg_environment_reset + local myconf if use vala ; then