x11-themes/gartoon-redux: Unset XDG_CACHE_HOME (bug #588708).

Package-Manager: portage-2.3.0
This commit is contained in:
Jeroen Roovers
2016-07-14 14:46:16 +02:00
parent c3baa934bb
commit 4786570922

View File

@@ -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
}