summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-05-28 06:37:39 +0000
committerZac Medico <zmedico@gentoo.org>2006-05-28 06:37:39 +0000
commit015579de151bf5eb52b13bb0c010b098db3424e9 (patch)
treeef3315592215bc90ed1ae03e9f760e7e37927d56 /man/make.conf.5
parentIgnore ENOENT errors that are expected to occur in portage.fetch(). (diff)
downloadportage-multirepo-015579de151bf5eb52b13bb0c010b098db3424e9.tar.gz
portage-multirepo-015579de151bf5eb52b13bb0c010b098db3424e9.tar.bz2
portage-multirepo-015579de151bf5eb52b13bb0c010b098db3424e9.zip
Update FEATURES docs for 'assume-digests' and 'digest'. Thanks to robbat2 for reporting.
svn path=/main/trunk/; revision=3434
Diffstat (limited to 'man/make.conf.5')
-rw-r--r--man/make.conf.58
1 files changed, 6 insertions, 2 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index ea0262fb..5270c6dc 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -116,7 +116,9 @@ an incremental variable.
.TP
.B assume-digests
When commiting work to cvs with \fBrepoman\fR(1), assume that all existing
-SRC_URI digests are correct.
+SRC_URI digests are correct. This feature also affects digest generation via
+\fBebuild\fR(1) and \fBemerge\fR(1) (emerge generates digests only when the
+\fIdigest\fR feature is enabled).
.TP
.B autoaddcvs
Causes portage to automatically try to add files to cvs that will have to be added
@@ -143,7 +145,9 @@ A feature for developers that causes portage to enable all USE flags in SRC_URI
when creating digests.
.TP
.B digest
-Autogenerate a digest for packages.
+Autogenerate digests for packages when running the \fBemerge\fR(1) command. If
+the \fIassume-digests\fR feature is also enabled then existing SRC_URI digests
+will be reused whenever they are available.
.TP
.B distcc
Enable portage support for the distcc package.