From f3101b3adce6731790f80f83fafece54b7bd8a63 Mon Sep 17 00:00:00 2001 From: Brian Harring Date: Fri, 23 Sep 2011 16:43:28 -0700 Subject: manifest: controllable per repo This adds three states to layout.conf key use-manifest; false, true, and strict. false means "don't use manifests at all" true means "use and generate manifests, but allow them to be missing" strict means "manifests must be used everywhere in this repo" BUG=chromium-os:11308 TEST=repoman manifest usage. --- pym/portage/const.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pym/portage/const.py') diff --git a/pym/portage/const.py b/pym/portage/const.py index f24a1a912..8b5f4acab 100644 --- a/pym/portage/const.py +++ b/pym/portage/const.py @@ -86,7 +86,6 @@ 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", "clean-logs", "collision-protect", "compress-build-logs", -- cgit v1.2.3-1-g7c22