app-emulation/docker: Apply compat patch for go-1.5

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=558344

Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-09-29 10:20:29 +02:00
parent fbe6ff561b
commit 50de2aa9b7

View File

@@ -170,6 +170,7 @@ pkg_setup() {
src_prepare() {
cd "src/${EGO_PN}" || die
epatch "${FILESDIR}"/15404-fix-go14_15.patch
# allow user patches (use sparingly - upstream won't support them)
epatch_user
}