Skip to content

Commit

Permalink
app-portage/mirrorselect: 2.2.6-r1 revbump for bug 698470
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/698470
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Zac Medico <[email protected]>
  • Loading branch information
zmedico committed Oct 24, 2019
1 parent d156f25 commit 2c75495
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 2c75495

Please sign in to comment.