summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-07-07 22:07:03 +0000
committerZac Medico <zmedico@gentoo.org>2008-07-07 22:07:03 +0000
commitc931f1fff92186cbbe78613845270245eba64a37 (patch)
treebde626c152f085a2642813e29fd412552bc0bbdf /man
parentMove the "registered" attribute to the SubProcess class too. (diff)
downloadportage-multirepo-c931f1fff92186cbbe78613845270245eba64a37.tar.gz
portage-multirepo-c931f1fff92186cbbe78613845270245eba64a37.tar.bz2
portage-multirepo-c931f1fff92186cbbe78613845270245eba64a37.zip
Add a new "SRC_URI.mirror" check which checks to if a uri listed in
profiles/thirdpartymirrors is found in SRC_URI. Thanks to Betelgeuse for the initial patch which has now been optimized with a regex. svn path=/main/trunk/; revision=10973
Diffstat (limited to 'man')
-rw-r--r--man/repoman.13
1 files changed, 3 insertions, 0 deletions
diff --git a/man/repoman.1 b/man/repoman.1
index 1d4c24a2..42e65308 100644
--- a/man/repoman.1
+++ b/man/repoman.1
@@ -180,6 +180,9 @@ Syntax error in RDEPEND (usually an extra/missing space/parenthesis)
.B SLOT.missing
Ebuilds that have a missing or empty SLOT variable
.TP
+.B SRC_URI.mirror
+A uri listed in profiles/thirdpartymirrors is found in SRC_URI
+.TP
.B changelog.missing
Missing ChangeLog files
.TP