Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: man/
Date: Sat, 29 Oct 2011 08:11:26
Message-Id: aea25123878c95e13d0d7ed6500b3ddb4e9179f0.zmedico@gentoo
1 commit: aea25123878c95e13d0d7ed6500b3ddb4e9179f0
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 08:11:09 2011 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 08:11:09 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=aea25123
7
8 man/portage.5: cache-formats example
9
10 ---
11 man/portage.5 | 3 +++
12 1 files changed, 3 insertions(+), 0 deletions(-)
13
14 diff --git a/man/portage.5 b/man/portage.5
15 index 7fa5660..323a729 100644
16 --- a/man/portage.5
17 +++ b/man/portage.5
18 @@ -794,6 +794,9 @@ thin\-manifests = true
19 use\-manifests = strict
20 # indicate that this repo enables repoman's --echangelog=y option automatically
21 update\-changelog = true
22 +# indicate that this repo contains both md5-dict and pms cache formats,
23 +# which may be generated by egencache(1)
24 +cache\-formats = md5-dict pms
25 .fi
26 .RE
27 .TP