summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-10-06 06:10:07 +0000
committerZac Medico <zmedico@gentoo.org>2009-10-06 06:10:07 +0000
commitdaff4f017cbe9d14f147d0f7d46eef9ac776be49 (patch)
treecb24fac3ed3fd4c919ae7a4fb586c13b436d5534 /man/repoman.1
parentWhen restarting emerge, don't trust sys.argv[0] since eselect-python may (diff)
downloadportage-multirepo-daff4f017cbe9d14f147d0f7d46eef9ac776be49.tar.gz
portage-multirepo-daff4f017cbe9d14f147d0f7d46eef9ac776be49.tar.bz2
portage-multirepo-daff4f017cbe9d14f147d0f7d46eef9ac776be49.zip
Add a 'digest.missing' check, for cases like mythtv where the eclass has
modified the SRC_URI and now the Manifest has missing digests. Thanks to Brian Harring for the suggestion. svn path=/main/trunk/; revision=14500
Diffstat (limited to 'man/repoman.1')
-rw-r--r--man/repoman.16
1 files changed, 6 insertions, 0 deletions
diff --git a/man/repoman.1 b/man/repoman.1
index b0742774..dbb214d3 100644
--- a/man/repoman.1
+++ b/man/repoman.1
@@ -216,6 +216,12 @@ ChangeLogs that exist but have not been added to cvs
.B digest.assumed
Existing digest must be assumed correct (Package level only)
.TP
+.B digest.missing
+Some files listed in SRC_URI aren't referenced in the Manifest
+.TP
+.B digest.unused
+Some files listed in the Manifest aren't referenced in SRC_URI
+.TP
.B ebuild.allmasked
All ebuilds are masked for this package (Package level only)
.TP