From 770bb7ae204643be1968f0fd0379706b6ce017c0 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 24 Dec 2011 03:17:26 -0800 Subject: 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. --- pym/portage/const.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pym/portage/const.py') 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", -- cgit v1.2.3-1-g7c22