From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/portage:master commit in: lib/_emerge/resolver/
Date: Mon, 4 Oct 2021 00:24:37 +0000 (UTC) [thread overview]
Message-ID: <1633307071.601b5728bc0c1f76c28d41aae68fd946f19fd0f9.sam@gentoo> (raw)
commit: 601b5728bc0c1f76c28d41aae68fd946f19fd0f9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 1 06:17:12 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 4 00:24:31 2021 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=601b5728
lib/_emerge/resolver/output_helpers.py: explicitly state 'all satisfied'
This makes things a bit less confusing and tries to avoid
users focusing on (soft) blocks which aren't actually
the problem they're hitting.
Signed-off-by: Sam James <sam <AT> gentoo.org>
Closes: https://github.com/gentoo/portage/pull/760
Signed-off-by: Sam James <sam <AT> gentoo.org>
lib/_emerge/resolver/output_helpers.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/_emerge/resolver/output_helpers.py b/lib/_emerge/resolver/output_helpers.py
index f80b79ccf..6ce812189 100644
--- a/lib/_emerge/resolver/output_helpers.py
+++ b/lib/_emerge/resolver/output_helpers.py
@@ -163,6 +163,8 @@ class _PackageCounters:
myoutput.append(
bad(" (%s unsatisfied)") % (self.blocks - self.blocks_satisfied)
)
+ else:
+ myoutput.append(" (all satisfied)")
return "".join(myoutput)
next reply other threads:[~2021-10-04 0:24 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-04 0:24 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-06 16:18 [gentoo-commits] proj/portage:master commit in: lib/_emerge/resolver/ Zac Medico
2022-03-27 23:07 Sam James
2021-10-04 0:24 Sam James
2021-08-15 6:48 Michał Górny
2020-08-03 23:28 Zac Medico
2020-08-03 21:42 Zac Medico
2020-08-03 19:30 Zac Medico
2020-08-03 3:08 Zac Medico
2019-01-20 7:24 Zac Medico
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1633307071.601b5728bc0c1f76c28d41aae68fd946f19fd0f9.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox