diff options
author | Mike Gilbert <floppym@gentoo.org> | 2018-04-19 15:43:52 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-04-19 15:44:13 -0400 |
commit | 0d123a4bd5046559e97746f6598c7f6030dccdda (patch) | |
tree | 063e541b8d0184932634fa1596f1605a80e00cc4 /dev-lang/python/python-3.6.5.ebuild | |
parent | media-gfx/sane-backends: stable 1.0.27-r1 for sparc (diff) | |
download | gentoo-0d123a4bd5046559e97746f6598c7f6030dccdda.tar.gz gentoo-0d123a4bd5046559e97746f6598c7f6030dccdda.tar.bz2 gentoo-0d123a4bd5046559e97746f6598c7f6030dccdda.zip |
dev-lang/python: fix unaligned memory access
Thanks to Rolf Eike Beer for the patches.
Closes: https://bugs.gentoo.org/636400
Package-Manager: Portage-2.3.24, Repoman-2.3.6_p81
Diffstat (limited to 'dev-lang/python/python-3.6.5.ebuild')
-rw-r--r-- | dev-lang/python/python-3.6.5.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-lang/python/python-3.6.5.ebuild b/dev-lang/python/python-3.6.5.ebuild index 400566cde2dc..1f15d64d39bc 100644 --- a/dev-lang/python/python-3.6.5.ebuild +++ b/dev-lang/python/python-3.6.5.ebuild @@ -69,6 +69,7 @@ src_prepare() { "${FILESDIR}/${PN}-3.5-distutils-OO-build.patch" "${FILESDIR}/3.6.5-disable-nis.patch" "${FILESDIR}/python-3.6.5-libressl-compatibility.patch" + "${FILESDIR}/python-3.6.5-hash-unaligned.patch" ) default |