diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-06-10 16:26:17 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-06-10 16:26:55 -0700 |
commit | cec1c0dc8c45379e67a50019333fe65743f60c7b (patch) | |
tree | 23e04effdf199c1add41078d90b203c50cf0029f /app-emulation/docker/docker-20.10.7.ebuild | |
parent | package.deprecated: add dev-perl/Gtk2-SourceView2 (diff) | |
download | gentoo-cec1c0dc8c45379e67a50019333fe65743f60c7b.tar.gz gentoo-cec1c0dc8c45379e67a50019333fe65743f60c7b.tar.bz2 gentoo-cec1c0dc8c45379e67a50019333fe65743f60c7b.zip |
app-emulation/docker: add ppc64 buildmode patch
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-emulation/docker/docker-20.10.7.ebuild')
-rw-r--r-- | app-emulation/docker/docker-20.10.7.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-emulation/docker/docker-20.10.7.ebuild b/app-emulation/docker/docker-20.10.7.ebuild index 6636481017d9..611164ae3abc 100644 --- a/app-emulation/docker/docker-20.10.7.ebuild +++ b/app-emulation/docker/docker-20.10.7.ebuild @@ -55,7 +55,10 @@ RESTRICT="installsources strip test" S="${WORKDIR}/${P}/src/${EGO_PN}" # https://bugs.gentoo.org/748984 https://github.com/etcd-io/etcd/pull/12552 -PATCHES=( "${FILESDIR}/etcd-F_OFD_GETLK-fix.patch" ) +PATCHES=( + "${FILESDIR}/etcd-F_OFD_GETLK-fix.patch" + "${FILESDIR}/ppc64-buildmode.patch" +) # see "contrib/check-config.sh" from upstream's sources CONFIG_CHECK=" |