Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gartoon-redux/
Date: Thu, 14 Jul 2016 12:46:40
Message-Id: 1468500390.478657092230459c7ed3a77e4900a88633def0ff.jer@gentoo
1 commit: 478657092230459c7ed3a77e4900a88633def0ff
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 14 12:46:16 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 14 12:46:30 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47865709
7
8 x11-themes/gartoon-redux: Unset XDG_CACHE_HOME (bug #588708).
9
10 Package-Manager: portage-2.3.0
11
12 x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild b/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild
16 index ea8a109..b54788d 100644
17 --- a/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild
18 +++ b/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2010 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -31,6 +31,7 @@ src_configure() {
26 }
27
28 src_compile() {
29 + unset XDG_CACHE_HOME # bug 588708
30 emake prepare
31 emake
32 }