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

(-)eclean-orig (-1 / +1 lines)
Lines 35-41 Link Here
35
port_settings = portage.settings
35
port_settings = portage.settings
36
distdir = port_settings["DISTDIR"]
36
distdir = port_settings["DISTDIR"]
37
pkgdir = port_settings["PKGDIR"]
37
pkgdir = port_settings["PKGDIR"]
38
cachedir = port_settings["PORTAGE_CACHEDIR"]
38
cachedir = port_settings.depcachedir
39
dbapi = portage.db["/"]["porttree"].dbapi
39
dbapi = portage.db["/"]["porttree"].dbapi
40
40
41
###############################################################################
41
###############################################################################

Return to bug 33877