aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Luther <SebastianLuther@gmx.de>2010-07-25 09:12:59 +0200
committerZac Medico <zmedico@gentoo.org>2010-07-25 10:18:36 -0700
commit1ddd60e54e1e74c2257ad53fbeaf53893c9be449 (patch)
treeb60623e14524770b82418904b37c404d2ea24242 /pym/portage/const.py
parentextended atom syntax: Allow wildcards in all places (diff)
downloadportage-1ddd60e54e1e74c2257ad53fbeaf53893c9be449.tar.gz
portage-1ddd60e54e1e74c2257ad53fbeaf53893c9be449.tar.bz2
portage-1ddd60e54e1e74c2257ad53fbeaf53893c9be449.zip
FEATURES: Rename lafilefixing -> fixlafiles
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 5c0901b35..62d3ceaf2 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -87,7 +87,7 @@ SUPPORTED_FEATURES = frozenset([
"assume-digests", "buildpkg", "buildsyspkg", "ccache",
"collision-protect", "digest", "distcc", "distlocks",
"fakeroot", "fail-clean", "fixpackages", "getbinpkg",
- "installsources", "keeptemp", "keepwork", "lafilefixing", "lmirror",
+ "installsources", "keeptemp", "keepwork", "fixlafiles", "lmirror",
"metadata-transfer", "mirror", "multilib-strict", "news",
"noauto", "noclean", "nodoc", "noinfo", "noman", "nostrip",
"notitles", "parallel-fetch", "parse-eapi-ebuild-head",