dev-lisp/cl-unicode: Resets XDG environment
authorChema Alonso Josa <nimiux@gentoo.org>
Tue, 30 Aug 2016 14:51:14 +0000 (16:51 +0200)
committerChema Alonso Josa <nimiux@gentoo.org>
Tue, 30 Aug 2016 14:51:14 +0000 (16:51 +0200)
Fixes bug #587876

Package-Manager: portage-2.2.28

dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild

index e52302f644eb7116cf9cc9d3763b8db65cbb3792..5f82bba3b9446c7bf6a908256829f34e90b773d8 100644 (file)
@@ -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.