From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-655602-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 47B3B138247 for <garchives@archives.gentoo.org>; Sun, 5 Jan 2014 22:23:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D853FE0A8D; Sun, 5 Jan 2014 22:23:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F822E0A8D for <gentoo-commits@lists.gentoo.org>; Sun, 5 Jan 2014 22:23:42 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9687A33F71B for <gentoo-commits@lists.gentoo.org>; Sun, 5 Jan 2014 22:23:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 17F30E54AB for <gentoo-commits@lists.gentoo.org>; Sun, 5 Jan 2014 22:23:40 +0000 (UTC) From: "Mike Frysinger" <vapier@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" <vapier@gentoo.org> Message-ID: <1388960611.7e7051c0ff05e364f7c2e2488ce0897115f2872c.vapier@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/portage.5 X-VCS-Directories: man/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 7e7051c0ff05e364f7c2e2488ce0897115f2872c X-VCS-Branch: master Date: Sun, 5 Jan 2014 22:23:40 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0a202c55-20f1-4213-8525-b8a0e6be7a45 X-Archives-Hash: 912282363b6eeffd21055ebea28124ef commit: 7e7051c0ff05e364f7c2e2488ce0897115f2872c Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Sun Jan 5 22:23:05 2014 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Sun Jan 5 22:23:31 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=7e7051c0 portage(5): layout.conf: clarify profile-formats key Reported-by: Sebastian Luther <SebastianLuther <AT> gmx.de> --- man/portage.5 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man/portage.5 b/man/portage.5 index 8f7f6e4..bfe4af8 100644 --- a/man/portage.5 +++ b/man/portage.5 @@ -1045,10 +1045,11 @@ The default setting for repoman's --echangelog option. The cache formats supported in the metadata tree. There is the old "pms" format and the newer/faster "md5-dict" format. Default is to detect dirs. .TP -.BR profile\-formats " = [portage-1|" portage-1-compat "|portage-2]" +.BR profile\-formats " = [pms|portage-1|portage-2]" Control functionality available to profiles in this repo such as which files may be dirs, or the syntax available in parent files. Use "portage-2" if you're -unsure. +unsure. The default is "portage-1-compat" mode which is meant to be compatible +with old profiles, but is not allowed to be opted into directly. .RE .RE