Reported-by: Toralf Förster <toralf@gentoo.org>
Closes: https://bugs.gentoo.org/681204
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DEPEND=""
RDEPEND=""
+src_compile() {
+ export -n GOCACHE XDG_CACHE_HOME #681204
+ golang-build_src_compile
+}
+
src_install() {
dobin godep
-dodoc src/${EGO_PN}/*.md
+ dodoc src/${EGO_PN}/*.md
}
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DEPEND=""
RDEPEND=""
+src_compile() {
+ export -n GOCACHE XDG_CACHE_HOME #681204
+ golang-build_src_compile
+}
+
src_install() {
dobin godep
-dodoc src/${EGO_PN}/*.md
+ dodoc src/${EGO_PN}/*.md
}