commit: 478657092230459c7ed3a77e4900a88633def0ff
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 12:46:16 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Jul 14 12:46:30 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47865709
x11-themes/gartoon-redux: Unset XDG_CACHE_HOME (bug #588708).
Package-Manager: portage-2.3.0
x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild
b/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild
index ea8a109..b54788d 100644
--- a/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild
+++ b/x11-themes/gartoon-redux/gartoon-redux-1.10-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -31,6 +31,7 @@ src_configure() {
}
src_compile() {
+ unset XDG_CACHE_HOME # bug 588708
emake prepare
emake
}