aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gmail.com>2011-07-06 17:35:10 -0700
committerZac Medico <zmedico@gentoo.org>2011-07-06 21:19:56 -0700
commit2ba193f01310cf2980dab881bff58e7bfeb33ea3 (patch)
tree67e026a27a63ea5963b1da3e728e77606d465809 /pym/portage/const.py
parentrepoman: ElementTree.ParseError -> SyntaxError (diff)
downloadportage-2ba193f01310cf2980dab881bff58e7bfeb33ea3.tar.gz
portage-2ba193f01310cf2980dab881bff58e7bfeb33ea3.tar.bz2
portage-2ba193f01310cf2980dab881bff58e7bfeb33ea3.zip
add FEATURES=allow-missing-manifests
The feature is as it sounds- primarily useful for temporary trees or instances where manifests aren't used. Signed-off-by: Brian Harring <ferringb@gmail.com>
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 6bca8f95a..ecaa8f1d3 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -86,6 +86,7 @@ EBUILD_PHASES = ("pretend", "setup", "unpack", "prepare", "configure"
"package", "preinst", "postinst","prerm", "postrm",
"nofetch", "config", "info", "other")
SUPPORTED_FEATURES = frozenset([
+ "allow-missing-manifests",
"assume-digests", "binpkg-logs", "buildpkg", "buildsyspkg", "candy",
"ccache", "chflags", "collision-protect", "compress-build-logs",
"digest", "distcc", "distcc-pump", "distlocks", "ebuild-locks", "fakeroot",