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 843351396D0 for ; Mon, 25 Sep 2017 06:37:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6BB3E0F20; Mon, 25 Sep 2017 06:37:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 92BE5E0F20 for ; Mon, 25 Sep 2017 06:37:50 +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 EE02D34069A for ; Mon, 25 Sep 2017 06:37:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95BC3746E for ; Mon, 25 Sep 2017 06:37:46 +0000 (UTC) From: "Keri Harris" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Keri Harris" Message-ID: <1506321451.e04ed4f2821cd87a7983d8bf190d24afc7b6a9ed.keri@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/mercury/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/mercury/mercury-13.05.2.ebuild X-VCS-Directories: dev-lang/mercury/ X-VCS-Committer: keri X-VCS-Committer-Name: Keri Harris X-VCS-Revision: e04ed4f2821cd87a7983d8bf190d24afc7b6a9ed X-VCS-Branch: master Date: Mon, 25 Sep 2017 06:37: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: d222483c-2967-4eb3-97b9-a75e4dafa5c9 X-Archives-Hash: e90b70543f9f8b3dca6e48e466ec9d0b commit: e04ed4f2821cd87a7983d8bf190d24afc7b6a9ed Author: Keri Harris gentoo org> AuthorDate: Mon Sep 25 06:37:06 2017 +0000 Commit: Keri Harris gentoo org> CommitDate: Mon Sep 25 06:37:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e04ed4f2 dev-lang/mercury: fix XDG_xxx_DIR sandbox issue. Bug #575140 Package-Manager: Portage-2.3.8, Repoman-2.3.1 dev-lang/mercury/mercury-13.05.2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-lang/mercury/mercury-13.05.2.ebuild b/dev-lang/mercury/mercury-13.05.2.ebuild index 5cbc529e473..446def6b399 100644 --- a/dev-lang/mercury/mercury-13.05.2.ebuild +++ b/dev-lang/mercury/mercury-13.05.2.ebuild @@ -3,7 +3,7 @@ EAPI=2 -inherit autotools elisp-common eutils flag-o-matic java-pkg-opt-2 multilib +inherit autotools elisp-common eutils flag-o-matic java-pkg-opt-2 multilib xdg-utils PATCHSET_VER="0" MY_P=${PN}-srcdist-${PV} @@ -44,6 +44,8 @@ src_prepare() { cd "${S}" || die eautoconf + + xdg_environment_reset } src_configure() {