summaryrefslogtreecommitdiffstats
path: root/pym/portage/const.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-12-24 03:17:26 -0800
committerZac Medico <zmedico@gentoo.org>2011-12-24 03:17:26 -0800
commit770bb7ae204643be1968f0fd0379706b6ce017c0 (patch)
treefc4fc6be68001be06ee1655d46ce66d54033f4d6 /pym/portage/const.py
parent9446ae1efbbac8a42654007109c94dc3f161f430 (diff)
downloadportage-770bb7ae204643be1968f0fd0379706b6ce017c0.tar.gz
portage-770bb7ae204643be1968f0fd0379706b6ce017c0.tar.bz2
portage-770bb7ae204643be1968f0fd0379706b6ce017c0.zip
Add FEATURES=config-protect-if-modified support.
This causes the CONFIG_PROTECT behavior to be skipped for files that have not been modified since they were installed.
Diffstat (limited to 'pym/portage/const.py')
-rw-r--r--pym/portage/const.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/const.py b/pym/portage/const.py
index 77c68eb0d..5fcb24f73 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -89,6 +89,7 @@ SUPPORTED_FEATURES = frozenset([
"assume-digests", "binpkg-logs", "buildpkg", "buildsyspkg", "candy",
"ccache", "chflags", "clean-logs",
"collision-protect", "compress-build-logs",
+ "config-protect-if-modified",
"digest", "distcc", "distcc-pump", "distlocks", "ebuild-locks", "fakeroot",
"fail-clean", "force-mirror", "force-prefix", "getbinpkg",
"installsources", "keeptemp", "keepwork", "fixlafiles", "lmirror",