diff options
author | Chema Alonso Josa <nimiux@gentoo.org> | 2016-08-30 16:51:14 +0200 |
---|---|---|
committer | Chema Alonso Josa <nimiux@gentoo.org> | 2016-08-30 16:51:14 +0200 |
commit | 3cbf394b48099d8d5c7aefbd81935c613e98b676 (patch) | |
tree | e3fbfb283ea36f3c908b580d9759c4fc6d1c19bc /dev-lisp | |
parent | media-sound/qsampler: bump to 0.4.0; bug #592264 (diff) | |
download | gentoo-3cbf394b48099d8d5c7aefbd81935c613e98b676.tar.gz gentoo-3cbf394b48099d8d5c7aefbd81935c613e98b676.tar.bz2 gentoo-3cbf394b48099d8d5c7aefbd81935c613e98b676.zip |
dev-lisp/cl-unicode: Resets XDG environment
Fixes bug #587876
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild b/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild index e52302f644eb..5f82bba3b944 100644 --- a/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild +++ b/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit common-lisp-3 +inherit common-lisp-3 xdg-utils MY_P="v${PV}" @@ -30,6 +30,10 @@ find-lisp-impl() { die "No CommonLisp implementation found" } +src_configure() { + xdg_environment_reset +} + src_compile() { # cl-unicode builds parts of its source code automatically the first time it # is compiled, so we compile it here. |