summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChema Alonso Josa <nimiux@gentoo.org>2017-01-22 17:20:33 +0100
committerChema Alonso Josa <nimiux@gentoo.org>2017-01-22 17:20:59 +0100
commit87a64377bf8c9df24c7ae8f4f1dca62860cd66ae (patch)
tree480d7886f17d764e0bbc3187e71bb9dbcfa1a981 /x11-wm/stumpwm
parentnet-irc/ircservices: remove unused patches/files (diff)
downloadgentoo-87a64377bf8c9df24c7ae8f4f1dca62860cd66ae.tar.gz
gentoo-87a64377bf8c9df24c7ae8f4f1dca62860cd66ae.tar.bz2
gentoo-87a64377bf8c9df24c7ae8f4f1dca62860cd66ae.zip
x11-wm/stumpwm: Reset XDG environment.
Fixes bug #606484 Package-Manager: portage-2.3.0
Diffstat (limited to 'x11-wm/stumpwm')
-rw-r--r--x11-wm/stumpwm/stumpwm-1.0.0.ebuild3
1 files changed, 2 insertions, 1 deletions
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}"
}