projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbe6ff5
)
app-emulation/docker: Apply compat patch for go-1.5
author
Justin Lecher
<jlec@gentoo.org>
Tue, 29 Sep 2015 08:20:29 +0000
(10:20 +0200)
committer
Justin 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
patch
|
blob
|
history
diff --git
a/app-emulation/docker/docker-1.8.2.ebuild
b/app-emulation/docker/docker-1.8.2.ebuild
index c081d5fc3461f4a49872b78b05d84747ff724915..c009daa14b4d6a5a6065aae3ac764cd7afda009a 100644
(file)
--- 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
}