From 181643a222b641720d2f34c08482d33d548d09b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Mar=C3=ADa=20Alonso=20Josa?= Date: Thu, 16 Jun 2016 12:54:03 +0200 Subject: [PATCH] x11-wm/stumpwm: Reset xdg environment Fixes bug #585852 Package-Manager: portage-2.2.28 --- x11-wm/stumpwm/stumpwm-0.9.9.ebuild | 3 ++- x11-wm/stumpwm/stumpwm-9999.ebuild | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/x11-wm/stumpwm/stumpwm-0.9.9.ebuild b/x11-wm/stumpwm/stumpwm-0.9.9.ebuild index ef3ef84dbb2c..3400b1298dfa 100644 --- a/x11-wm/stumpwm/stumpwm-0.9.9.ebuild +++ b/x11-wm/stumpwm/stumpwm-0.9.9.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit common-lisp-3 eutils elisp-common autotools +inherit autotools common-lisp-3 eutils elisp-common xdg-utils DESCRIPTION="Stumpwm is a Window Manager written entirely in Common Lisp." HOMEPAGE="https://stumpwm.github.io/" @@ -72,6 +72,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}" } diff --git a/x11-wm/stumpwm/stumpwm-9999.ebuild b/x11-wm/stumpwm/stumpwm-9999.ebuild index a76acd4bb6a3..0775f884a990 100644 --- a/x11-wm/stumpwm/stumpwm-9999.ebuild +++ b/x11-wm/stumpwm/stumpwm-9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit autotools common-lisp-3 git-2 +inherit autotools common-lisp-3 git-2 xdg-utils DESCRIPTION="Stumpwm is a Window Manager written entirely in Common Lisp." HOMEPAGE="https://stumpwm.github.io/" @@ -38,6 +38,10 @@ src_prepare() { eautoreconf } +src_configure() { + xdg_environment_reset +} + src_compile() { emake -j1 } -- 2.26.2