summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-11-16 07:57:23 +0000
committerZac Medico <zmedico@gentoo.org>2008-11-16 07:57:23 +0000
commit8cab62ece8e00fc7b0f95fe156b281b35a4a0e3a (patch)
tree7fef874f580f315b20930bb06dba70f39c64d61e /man
parentWhen a "slot conflict" occurs due to USE dependencies, display the usual (diff)
downloadportage-multirepo-8cab62ece8e00fc7b0f95fe156b281b35a4a0e3a.tar.gz
portage-multirepo-8cab62ece8e00fc7b0f95fe156b281b35a4a0e3a.tar.bz2
portage-multirepo-8cab62ece8e00fc7b0f95fe156b281b35a4a0e3a.zip
In order to reduce time consumed for dependency checks, skip 'dev' profiles
by default and add an --include-dev option which causes them to be checked. Given the current profiles.desc content, this approximately halves the number of profiles checked by default and also halves the time consumed by repoman. Thanks to Donnie Berkholz <dberkholz@g.o> for the suggestion. svn path=/main/trunk/; revision=11962
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 a4a92a73..ee911dd7 100644
--- a/man/repoman.1
+++ b/man/repoman.1
@@ -37,6 +37,9 @@ Ignore arch-specific failures (where arch != host)
\fB\-I\fR, \fB\-\-ignore\-masked\fR
Ignore masked packages (not allowed with commit mode)
.TP
+\fB\-\-include\-dev\fR
+Include dev profiles in dependency checks.
+.TP
\fB\-\-without\-mask\fR
Behave as if no package.mask entries exist (not allowed with commit mode)
.TP