From bf9c890958318ee6e352b23da188eff0ae869dfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster=20=28Dessa=29?= Date: Sat, 29 Oct 2011 17:04:48 +0200 Subject: [PATCH] its profile-formats, not profile-format, also add cache-formats for future use (Portage version: 2.2.01.19572-prefix/git/Interix x86, unsigned Manifest commit) --- metadata/layout.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index 539ec36..d2a83fd 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -14,4 +14,10 @@ update-changelog = true # the default *is* actually pms, but better safe then sorry # since we don't actually need stuff like package.* as # directory -profile-format = pms +profile-formats = pms + +# we are on git, so we can use a fancy cache format +# when portage-2.1.10.29 was stable for a while. +# it defaults to pms currently. (and we currently don't distribute +# cache anyway) +#cache-formats = md5-dict \ No newline at end of file