commit: 50de2aa9b73b3670bbb2a0a8cfa9f6168c1f1f88 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Tue Sep 29 08:20:29 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Tue Sep 29 08:34:45 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50de2aa9
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 <AT> gentoo.org> app-emulation/docker/docker-1.8.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-emulation/docker/docker-1.8.2.ebuild b/app-emulation/docker/docker-1.8.2.ebuild index c081d5f..c009daa 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 }
