Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 911180
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +1 lines)
Line  Link Here
0
-- a/lib/_emerge/depgraph.py
0
++ b/lib/_emerge/depgraph.py
Lines 5075-5081 class depgraph: Link Here
5075
                            continue
5075
                            continue
5076
                    if (
5076
                    if (
5077
                        pkg.installed
5077
                        pkg.installed
5078
                        and "selective" not in self._dynamic_config.myparams
5079
                        and not self._frozen_config.excluded_pkgs.findAtomForPackage(
5078
                        and not self._frozen_config.excluded_pkgs.findAtomForPackage(
5080
                            pkg, modified_use=self._pkg_use_enabled(pkg)
5079
                            pkg, modified_use=self._pkg_use_enabled(pkg)
5081
                        )
5080
                        )

Return to bug 911180