diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-29 10:20:29 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-29 10:34:45 +0200 |
commit | 50de2aa9b73b3670bbb2a0a8cfa9f6168c1f1f88 (patch) | |
tree | 8cd91f84c8b4fb4e448bfefcbc4aa157613e26a7 /app-emulation/docker | |
parent | fbe6ff561b7a137fd273981ae77947d19b23fa75 (diff) | |
download | gentoo-50de2aa9b73b3670bbb2a0a8cfa9f6168c1f1f88.tar.gz gentoo-50de2aa9b73b3670bbb2a0a8cfa9f6168c1f1f88.tar.xz |
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>
Diffstat (limited to 'app-emulation/docker')
-rw-r--r-- | app-emulation/docker/docker-1.8.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/docker/docker-1.8.2.ebuild b/app-emulation/docker/docker-1.8.2.ebuild index c081d5fc346..c009daa14b4 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 } |