From: Justin Lecher Date: Tue, 29 Sep 2015 08:20:29 +0000 (+0200) Subject: app-emulation/docker: Apply compat patch for go-1.5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=50de2aa9b73b3670bbb2a0a8cfa9f6168c1f1f88;p=gentoo.git 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 --- diff --git a/app-emulation/docker/docker-1.8.2.ebuild b/app-emulation/docker/docker-1.8.2.ebuild index c081d5fc3461..c009daa14b4d 100644 --- a/app-emulation/docker/docker-1.8.2.ebuild +++ b/app-emulation/docker/docker-1.8.2.ebuild @@ -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 }