From 87a64377bf8c9df24c7ae8f4f1dca62860cd66ae Mon Sep 17 00:00:00 2001 From: Chema Alonso Josa Date: Sun, 22 Jan 2017 17:20:33 +0100 Subject: [PATCH] x11-wm/stumpwm: Reset XDG environment. Fixes bug #606484 Package-Manager: portage-2.3.0 --- x11-wm/stumpwm/stumpwm-1.0.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-wm/stumpwm/stumpwm-1.0.0.ebuild b/x11-wm/stumpwm/stumpwm-1.0.0.ebuild index 58bfb84dabce..b3c7548eee00 100644 --- a/x11-wm/stumpwm/stumpwm-1.0.0.ebuild +++ b/x11-wm/stumpwm/stumpwm-1.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 -inherit common-lisp-3 eutils elisp-common autotools +inherit common-lisp-3 eutils elisp-common autotools xdg-utils DESCRIPTION="Stumpwm is a Window Manager written entirely in Common Lisp." HOMEPAGE="https://stumpwm.github.io/" @@ -73,6 +73,7 @@ src_prepare() { src_configure() { local moduleconfig + xdg_environment_reset use contrib && moduleconfig="--with-module-dir=${CONTRIBDIR}/contrib" econf --with-lisp=$(get_lisp sbcl clisp ecl) "${moduleconfig}" } -- 2.26.2