diff options
author | Zac Medico <zmedico@gentoo.org> | 2019-10-24 13:05:06 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-10-24 13:06:28 -0700 |
commit | 2c75495f03df28b28600c4c27e6c34067bb4fbd6 (patch) | |
tree | f67d1468f51362d604ea99f8f12b84f77ac8af18 /app-portage | |
parent | app-portage/mirrorselect: remove old version 2.2.5 (diff) | |
download | gentoo-2c75495f03df28b28600c4c27e6c34067bb4fbd6.tar.gz gentoo-2c75495f03df28b28600c4c27e6c34067bb4fbd6.tar.bz2 gentoo-2c75495f03df28b28600c4c27e6c34067bb4fbd6.zip |
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@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild (renamed from app-portage/mirrorselect/mirrorselect-2.2.6.ebuild) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app-portage/mirrorselect/mirrorselect-2.2.6.ebuild b/app-portage/mirrorselect/mirrorselect-2.2.6-r1.ebuild index a8348fc40d2b..22fdd516033e 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 } |