Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 383018 Details for
Bug 520112
emerge ignores original root for slot rebuilds
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
root.patch
root.patch (text/plain), 932 bytes, created by
mike@marineau.org
on 2014-08-17 05:13:32 UTC
(
hide
)
Description:
root.patch
Filename:
MIME Type:
Creator:
mike@marineau.org
Created:
2014-08-17 05:13:32 UTC
Size:
932 bytes
patch
obsolete
>diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py >index a10297a..2d30966 100644 >--- a/pym/_emerge/depgraph.py >+++ b/pym/_emerge/depgraph.py >@@ -3496,13 +3496,13 @@ class depgraph(object): > a favorite list.""" > debug = "--debug" in self._frozen_config.myopts > onlydeps = "--onlydeps" in self._frozen_config.myopts >- myroot = self._frozen_config.target_root >- pkgsettings = self._frozen_config.pkgsettings[myroot] >- pprovideddict = pkgsettings.pprovideddict >- virtuals = pkgsettings.getvirtuals() > args = self._dynamic_config._initial_arg_list[:] > > for arg in self._expand_set_args(args, add_to_digraph=True): >+ myroot = arg.root_config.root >+ pkgsettings = self._frozen_config.pkgsettings[myroot] >+ pprovideddict = pkgsettings.pprovideddict >+ virtuals = pkgsettings.getvirtuals() > for atom in arg.pset.getAtoms(): > self._spinner_update() > dep = Dependency(atom=atom, onlydeps=onlydeps,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 520112
: 383018 |
383020