Since @system atoms are presumably chosen by someone who knows what
they are doing (usually a gentoo developer), it makes sense to consider
resolution failures for these atoms as fatal errors.

X-Gentoo-Bug: 568354
X-Gentoo-Bug-url: https://bugs.gentoo.org/show_bug.cgi?id=568354
---
 pym/_emerge/depgraph.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py
index fd2c771..d971749 100644
--- a/pym/_emerge/depgraph.py
+++ b/pym/_emerge/depgraph.py
@@ -4015,7 +4015,7 @@ class depgraph(object):
                                                        continue
 
                                                if not (isinstance(arg, SetArg) 
and \
-                                                       arg.name in 
("selected", "system", "world")):
+                                                       arg.name in 
("selected", "world")):
                                                        
self._dynamic_config._unsatisfied_deps_for_display.append(
                                                                ((myroot, 
atom), {"myparent" : arg}))
                                                        return 0, myfavorites
-- 
2.4.10


Reply via email to