diff options
author | 2020-04-03 10:54:43 -0400 | |
---|---|---|
committer | 2020-04-03 10:55:52 -0400 | |
commit | 212bc8ce91237d28de326e84ff8607863602d1f7 (patch) | |
tree | 367570ab654069d2da11bc3fb03fa5f14f929c42 /dev-lang/python/python-2.7.17-r1.ebuild | |
parent | media-sound/qsynth: bump to 0.6.2 (diff) | |
download | gentoo-212bc8ce91237d28de326e84ff8607863602d1f7.tar.gz gentoo-212bc8ce91237d28de326e84ff8607863602d1f7.tar.bz2 gentoo-212bc8ce91237d28de326e84ff8607863602d1f7.zip |
dev-lang/python: ignore EPERM in test.support.unlink()
Closes: https://bugs.gentoo.org/679628
Package-Manager: Portage-2.3.96_p4, Repoman-2.3.22_p1
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'dev-lang/python/python-2.7.17-r1.ebuild')
-rw-r--r-- | dev-lang/python/python-2.7.17-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-lang/python/python-2.7.17-r1.ebuild b/dev-lang/python/python-2.7.17-r1.ebuild index 87a23fa5fb6c..f38156d7d51b 100644 --- a/dev-lang/python/python-2.7.17-r1.ebuild +++ b/dev-lang/python/python-2.7.17-r1.ebuild @@ -88,6 +88,7 @@ src_prepare() { local PATCHES=( "${WORKDIR}/${PATCHSET}" + "${FILESDIR}/test.support.unlink-ignore-EPERM.patch" ) default |