mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-wm/stumpwm: Reset XDG environment.
Fixes bug #606484 Package-Manager: portage-2.3.0
This commit is contained in:
@@ -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}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user