commit: 0ea03067346adce3e7e825f3a47c1547a5d1856c Author: Thomas Sachau <tommy <AT> gentoo <DOT> org> AuthorDate: Sat Apr 3 08:27:48 2021 +0000 Commit: Thomas Sachau <tommy <AT> gentoo <DOT> org> CommitDate: Sat Apr 3 08:27:48 2021 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=0ea03067
Merge tag 'portage-3.0.15' into multilib portage-3.0.15 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> Signed-off-by: Thomas Sachau <tommy <AT> gentoo.org> .github/workflows/ci.yml | 2 +- NEWS | 5 + RELEASE-NOTES | 12 ++ cnf/make.globals | 1 + lib/_emerge/create_depgraph_params.py | 8 +- lib/portage/__init__.py | 4 +- lib/portage/_emirrordist/FetchTask.py | 3 +- lib/portage/emaint/modules/merges/__init__.py | 14 +- lib/portage/emaint/modules/merges/merges.py | 11 +- lib/portage/package/ebuild/config.py | 17 ++- lib/portage/package/ebuild/fetch.py | 195 ++++++++++++++++++++++++-- lib/portage/tests/ebuild/test_fetch.py | 182 +++++++++++++++++++----- lib/portage/tests/emerge/test_simple.py | 4 +- lib/portage/tests/resolver/test_autounmask.py | 25 +++- lib/portage/util/_async/PopenProcess.py | 4 +- man/emaint.1 | 6 +- man/emerge.1 | 11 +- man/make.conf.5 | 9 +- setup.py | 4 +- tox.ini | 2 +- 20 files changed, 434 insertions(+), 85 deletions(-)