aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-10-23 19:13:31 +0000
committerMarius Mauch <genone@gentoo.org>2007-10-23 19:13:31 +0000
commit2c00ab39d1009b81279a1b6f295970269e012f75 (patch)
tree1f13a3ebcd3c175a14f4a9ada009d5863b4ba099 /pym/portage/const.py
parentprotect variables specified in PROFILE_ONLY_VARIABLES from being set by the user (diff)
downloadportage-2c00ab39d1009b81279a1b6f295970269e012f75.tar.gz
portage-2c00ab39d1009b81279a1b6f295970269e012f75.tar.bz2
portage-2c00ab39d1009b81279a1b6f295970269e012f75.zip
make PROFILE_ONLY_VARIABLES incremental
svn path=/main/trunk/; revision=8253
Diffstat (limited to 'pym/portage/const.py')
-rw-r--r--pym/portage/const.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/const.py b/pym/portage/const.py
index 5e3f8f407..de17634b4 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -53,7 +53,7 @@ REPO_NAME_LOC = "profiles" + "/" + REPO_NAME_FILE
INCREMENTALS = ["USE", "USE_EXPAND", "USE_EXPAND_HIDDEN", "FEATURES",
"ACCEPT_KEYWORDS", "ACCEPT_LICENSE",
"CONFIG_PROTECT_MASK", "CONFIG_PROTECT",
- "PRELINK_PATH", "PRELINK_PATH_MASK"]
+ "PRELINK_PATH", "PRELINK_PATH_MASK", "PROFILE_ONLY_VARIABLES"]
EBUILD_PHASES = ["setup", "unpack", "compile", "test", "install",
"preinst", "postinst", "prerm", "postrm", "other"]