From: José María Alonso Josa Date: Thu, 16 Jun 2016 10:54:03 +0000 (+0200) Subject: x11-wm/stumpwm: Reset xdg environment X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=181643a222b641720d2f34c08482d33d548d09b3;p=gentoo.git x11-wm/stumpwm: Reset xdg environment Fixes bug #585852 Package-Manager: portage-2.2.28 --- 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 }