summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2019-03-02 00:06:25 -0500
committerMike Gilbert <floppym@gentoo.org>2019-03-02 00:09:18 -0500
commit16ca359a4ce4663b3591cb8cc399aa3685e3f709 (patch)
treeafa367082ca650d8b874c1173d608ec4471c8b2e /app-admin/cli53/cli53-9999.ebuild
parentmail-filter/spamassassin: remove "unused" -r3 and -r4 ebuilds. (diff)
downloadgentoo-16ca359a4ce4663b3591cb8cc399aa3685e3f709.tar.gz
gentoo-16ca359a4ce4663b3591cb8cc399aa3685e3f709.tar.bz2
gentoo-16ca359a4ce4663b3591cb8cc399aa3685e3f709.zip
app-admin/cli53: bump to 0.8.14
Closes: https://bugs.gentoo.org/679110 Package-Manager: Portage-2.3.59_p2, Repoman-2.3.12_p67 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'app-admin/cli53/cli53-9999.ebuild')
-rw-r--r--app-admin/cli53/cli53-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-admin/cli53/cli53-9999.ebuild b/app-admin/cli53/cli53-9999.ebuild
index 6b40b7aa8485..18bd66892b38 100644
--- a/app-admin/cli53/cli53-9999.ebuild
+++ b/app-admin/cli53/cli53-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 2016-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -21,6 +21,8 @@ EGO_PN="github.com/barnybug/cli53"
S="${WORKDIR}/${P}/src/${EGO_PN}"
src_compile() {
+ # https://bugs.gentoo.org/679110
+ unset XDG_CACHE_HOME
GOPATH="${WORKDIR}/${P}" emake build
}