Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/cl-unicode/
Date: Tue, 30 Aug 2016 14:52:20
Message-Id: 1472568674.3cbf394b48099d8d5c7aefbd81935c613e98b676.nimiux@gentoo
1 commit: 3cbf394b48099d8d5c7aefbd81935c613e98b676
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 14:51:14 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 14:51:14 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cbf394b
7
8 dev-lisp/cl-unicode: Resets XDG environment
9
10 Fixes bug #587876
11
12 Package-Manager: portage-2.2.28
13
14 dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild | 6 +++++-
15 1 file changed, 5 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild b/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild
18 index e52302f..5f82bba 100644
19 --- a/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild
20 +++ b/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild
21 @@ -4,7 +4,7 @@
22
23 EAPI=5
24
25 -inherit common-lisp-3
26 +inherit common-lisp-3 xdg-utils
27
28 MY_P="v${PV}"
29
30 @@ -30,6 +30,10 @@ find-lisp-impl() {
31 die "No CommonLisp implementation found"
32 }
33
34 +src_configure() {
35 + xdg_environment_reset
36 +}
37 +
38 src_compile() {
39 # cl-unicode builds parts of its source code automatically the first time it
40 # is compiled, so we compile it here.