commit: 06ad89f7678ba2284636a30db1e27f41450ea1e3
Author: Thomas Sachau <tommy <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 30 10:54:01 2020 +0000
Commit: Thomas Sachau <tommy <AT> gentoo <DOT> org>
CommitDate: Fri Oct 30 10:54:01 2020 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=06ad89f7
Fix warning
Signed-off-by: Thomas Sachau <tommy <AT> gentoo.org>
lib/_emerge/actions.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/_emerge/actions.py b/lib/_emerge/actions.py
index 8fb07bbd8..0472cb951 100644
--- a/lib/_emerge/actions.py
+++ b/lib/_emerge/actions.py
@@ -2954,7 +2954,7 @@ def run_action(emerge_config):
apply_priorities(emerge_config.target_config.settings)
if 'force-multilib' in emerge_config.target_config.settings.features:
- if emerge_config.target_config.settings.get("NO_AUTO_FLAG", "")
is "":
+ if emerge_config.target_config.settings.get("NO_AUTO_FLAG", "")
== "":
writemsg_level(bad("!!! Failed to find vars from extra
profile") + "\n",level=logging.ERROR, noiselevel=-1)
writemsg_level(bad("!!! Please make sure that you did
follow the instructions and included the extra profile\n"),level=logging.ERROR,
noiselevel=-1)
writemsg_level(bad("!!!
http://git.overlays.gentoo.org/gitweb/?p=proj/multilib-portage.git;a=blob;f=doc/portage-multilib-instructions\n"),level=logging.ERROR,
noiselevel=-1)