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

(-)wrapper.py (-1 / +1 lines)
Lines 90-96 Link Here
90
        except ImportError as e:
90
        except ImportError as e:
91
            OUT.die("Portage libraries not found, quitting:\n%s" % e)
91
            OUT.die("Portage libraries not found, quitting:\n%s" % e)
92
92
93
        return portage.root
93
        return portage.settings['ROOT']
94
94
95
    elif config.config.get('USER', 'package_manager') == "paludis":
95
    elif config.config.get('USER', 'package_manager') == "paludis":
96
        cat = config.maybe_get('cat')
96
        cat = config.maybe_get('cat')

Return to bug 414821