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 EA345138334 for ; Sun, 24 Jun 2018 09:49:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14FDAE090A; Sun, 24 Jun 2018 09:49:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6DAFE090A for ; Sun, 24 Jun 2018 09:49:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5622A335C75 for ; Sun, 24 Jun 2018 09:49:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7CE12DA for ; Sun, 24 Jun 2018 09:49:46 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1529833720.92ed6f4d8a72c56fb549f244c55f7c0e7b0d70ff.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/electrum/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/electrum/electrum-3.1.3.ebuild X-VCS-Directories: net-misc/electrum/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 92ed6f4d8a72c56fb549f244c55f7c0e7b0d70ff X-VCS-Branch: master Date: Sun, 24 Jun 2018 09:49:46 +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: 573aa6aa-a573-473b-80fe-c1f3b49cdac6 X-Archives-Hash: 3b0df314518af51840499cc0def76d4b commit: 92ed6f4d8a72c56fb549f244c55f7c0e7b0d70ff Author: Pacho Ramos gentoo org> AuthorDate: Sun Jun 24 09:48:40 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Jun 24 09:48:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92ed6f4d net-misc/electrum: Run xdg_environment_reset (#584242) Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-misc/electrum/electrum-3.1.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-misc/electrum/electrum-3.1.3.ebuild b/net-misc/electrum/electrum-3.1.3.ebuild index 62931caaa39..a425919757a 100644 --- a/net-misc/electrum/electrum-3.1.3.ebuild +++ b/net-misc/electrum/electrum-3.1.3.ebuild @@ -149,6 +149,7 @@ src_prepare() { eapply_user + xdg_environment_reset distutils-r1_src_prepare }