commit: 2c75495f03df28b28600c4c27e6c34067bb4fbd6 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Thu Oct 24 20:05:06 2019 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Thu Oct 24 20:06:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c75495f
app-portage/mirrorselect: 2.2.6-r1 revbump for bug 698470 Closes: https://bugs.gentoo.org/698470 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> .../{mirrorselect-2.2.6.ebuild => mirrorselect-2.2.6-r1.ebuild} | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app-portage/mirrorselect/mirrorselect-2.2.6.ebuild b/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild similarity index 88% rename from app-portage/mirrorselect/mirrorselect-2.2.6.ebuild rename to app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild index a8348fc40d2..22fdd516033 100644 --- a/app-portage/mirrorselect/mirrorselect-2.2.6.ebuild +++ b/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild @@ -37,6 +37,10 @@ python_prepare_all() { sed -e '/^NETSELECT_SUPPORTS_IPV4_IPV6 =/s|False|True|' \ -i mirrorselect/selectors.py || die fi + + # Apply e69ec2d046626fa2079d460aab469d04256182cd for bug 698470. + sed -e 's|key = lex.get_token()|\0\n\t\t\tif key is None:\n\t\t\t\tbreak|' -i mirrorselect/configs.py || die + distutils-r1_python_prepare_all }
