diff options
author | Chema Alonso Josa <nimiux@gentoo.org> | 2017-01-22 17:20:33 +0100 |
---|---|---|
committer | Chema Alonso Josa <nimiux@gentoo.org> | 2017-01-22 17:20:59 +0100 |
commit | 87a64377bf8c9df24c7ae8f4f1dca62860cd66ae (patch) | |
tree | 480d7886f17d764e0bbc3187e71bb9dbcfa1a981 /x11-wm/stumpwm | |
parent | net-irc/ircservices: remove unused patches/files (diff) | |
download | gentoo-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.ebuild | 3 |
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}" } |