diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-03-21 13:52:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-03-21 13:52:38 +0100 |
commit | 88366fda43289ef31e64b93b7a9ef3565c056e56 (patch) | |
tree | 47302cc858ea1428ada449f9ce9155c532f5f0e3 /dev-lang/python | |
parent | dev-lang/python: Sec-bump to 3.5.7 (diff) | |
download | gentoo-88366fda43289ef31e64b93b7a9ef3565c056e56.tar.gz gentoo-88366fda43289ef31e64b93b7a9ef3565c056e56.tar.bz2 gentoo-88366fda43289ef31e64b93b7a9ef3565c056e56.zip |
package.mask: Mask net-print/magicfilter as well
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/python')
-rw-r--r-- | dev-lang/python/python-3.5.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python/python-3.5.7.ebuild b/dev-lang/python/python-3.5.7.ebuild index 4687d3484b73..03fd2fd6818b 100644 --- a/dev-lang/python/python-3.5.7.ebuild +++ b/dev-lang/python/python-3.5.7.ebuild @@ -73,7 +73,7 @@ src_prepare() { epatch "${FILESDIR}/${PN}-3.4.3-ncurses-pkg-config.patch" epatch "${FILESDIR}/${PN}-3.5-distutils-OO-build.patch" epatch "${FILESDIR}/3.6-disable-nis.patch" - epatch "${FILESDIR}/python-3.5.5-libressl-compatibility.patch" +# epatch "${FILESDIR}/python-3.5.5-libressl-compatibility.patch" epatch "${FILESDIR}/python-3.5.5-hash-unaligned.patch" epatch_user |