commit:     2f2695144abefe76eea5b93d4d1966bed7bf77c1
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 03:47:09 2020 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 03:48:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f269514

sys-apps/portage: 3.0.4-r1 revbump for bug 738766

 #738766 Ctrl-C with repoman --jobs displays InvalidStateError

Bug: https://bugs.gentoo.org/733180
Closes: https://bugs.gentoo.org/738766
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 sys-apps/portage/{portage-3.0.4.ebuild => portage-3.0.4-r1.ebuild} | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-apps/portage/portage-3.0.4.ebuild 
b/sys-apps/portage/portage-3.0.4-r1.ebuild
similarity index 98%
rename from sys-apps/portage/portage-3.0.4.ebuild
rename to sys-apps/portage/portage-3.0.4-r1.ebuild
index 5578b8a560f..9fc28acb058 100644
--- a/sys-apps/portage/portage-3.0.4.ebuild
+++ b/sys-apps/portage/portage-3.0.4-r1.ebuild
@@ -90,6 +90,9 @@ pkg_pretend() {
 python_prepare_all() {
        distutils-r1_python_prepare_all
 
+       # Apply b0ed587308eb3cbfafe9abcb1c59f24f48b97cdc for bug 738766.
+       sed "/scheduler.wait()/d" -i lib/portage/util/futures/iter_completed.py 
|| die
+
        sed -e "s:^VERSION = \"HEAD\"$:VERSION = \"${PV}\":" -i 
lib/portage/__init__.py || die
 
        if use gentoo-dev; then

Reply via email to