diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-08-25 11:21:07 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-08-25 11:21:07 -0700 |
commit | 4d3cdb1a47282373d4245392e76d289e107bf1c4 (patch) | |
tree | e969e8437390f94dd2eedb51c129ec5eb3700ed3 | |
parent | 79a55ae35806baf6bef3436df2afca76c6454b2a (diff) | |
download | portage-4d3cdb1a47282373d4245392e76d289e107bf1c4.tar.gz portage-4d3cdb1a47282373d4245392e76d289e107bf1c4.tar.bz2 portage-4d3cdb1a47282373d4245392e76d289e107bf1c4.zip |
Mention repoman support in the FEATURES=digest docs.
-rw-r--r-- | man/make.conf.5 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5 index 8a36193be..c1c3c78a1 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -238,7 +238,8 @@ type. Currently, only \fBgzip\fR(1) compression is supported, so build logs will have a '.gz' extension when this feature is enabled. .TP .B digest -Autogenerate digests for packages when running the \fBemerge\fR(1) command. If +Autogenerate digests for packages when running the +\fBemerge\fR(1) or \fBrepoman\fR(1) commands. If the \fIassume\-digests\fR feature is also enabled then existing SRC_URI digests will be reused whenever they are available. .TP |