aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-08-31 10:54:52 -0700
committerZac Medico <zmedico@gentoo.org>2011-08-31 10:54:52 -0700
commit377720b203f2f22609da0429ec866ba671fc2da0 (patch)
tree8b9ac95dae13c1b30273c3966f0481ea59eba314 /pym/portage/const.py
parentrepoman: enable dependency.unknown for blockers (diff)
downloadportage-377720b203f2f22609da0429ec866ba671fc2da0.tar.gz
portage-377720b203f2f22609da0429ec866ba671fc2da0.tar.bz2
portage-377720b203f2f22609da0429ec866ba671fc2da0.zip
Add FEATURES=clean-logs support.
Enable automatic execution of the command specified by the PORT_LOGDIR_CLEAN variable. The default PORT_LOGDIR_CLEAN setting will remove all files from PORT_LOGDIR that were last modified at least 7 days ago.
Diffstat (limited to 'pym/portage/const.py')
-rw-r--r--pym/portage/const.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pym/portage/const.py b/pym/portage/const.py
index ecaa8f1d3..f24a1a912 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -88,7 +88,8 @@ EBUILD_PHASES = ("pretend", "setup", "unpack", "prepare", "configure"
SUPPORTED_FEATURES = frozenset([
"allow-missing-manifests",
"assume-digests", "binpkg-logs", "buildpkg", "buildsyspkg", "candy",
- "ccache", "chflags", "collision-protect", "compress-build-logs",
+ "ccache", "chflags", "clean-logs",
+ "collision-protect", "compress-build-logs",
"digest", "distcc", "distcc-pump", "distlocks", "ebuild-locks", "fakeroot",
"fail-clean", "fixpackages", "force-mirror", "getbinpkg",
"installsources", "keeptemp", "keepwork", "fixlafiles", "lmirror",