app-emulation/docker: Apply compat patch for go-1.5
authorJustin Lecher <jlec@gentoo.org>
Tue, 29 Sep 2015 08:20:29 +0000 (10:20 +0200)
committerJustin Lecher <jlec@gentoo.org>
Tue, 29 Sep 2015 08:34:45 +0000 (10:34 +0200)
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>
app-emulation/docker/docker-1.8.2.ebuild

index c081d5fc3461f4a49872b78b05d84747ff724915..c009daa14b4d6a5a6065aae3ac764cd7afda009a 100644 (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
 }