Add notes about eclass precedence for metadata/layout.conf. (trunk r13370)
authorZac Medico <zmedico@gentoo.org>
Thu, 30 Apr 2009 07:20:17 +0000 (07:20 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 30 Apr 2009 07:20:17 +0000 (07:20 -0000)
svn path=/main/branches/2.1.6/; revision=13523

man/portage.5

index 3a34b167c72c8f5621fef5c3539c42cb996f5483..03b93d6d62d6f4be6446aa7f02db77f4ee13942c 100644 (file)
@@ -586,12 +586,16 @@ Specifies information about the repository layout. Currently, only a single
 repositories which satisfy dependencies on eclasses and/or ebuilds. Each
 repository name should correspond the value of a \fBrepo_name\fR entry
 from one of the repositories that is configured via the \fBPORTDIR\fR or
-\fBPORTDIR_OVERLAY\fR variables (see \fBmake.conf\fR(5)). Site-specific
+\fBPORTDIR_OVERLAY\fR variables (see \fBmake.conf\fR(5)). Repositories listed
+toward the right of the \fBmasters\fR list take precedence over those listed
+toward the left of the list. Site-specific
 overrides to \fBlayout.conf\fR settings may be specified in
 \fB/etc/portage/repos.conf\fR.
 
 .I Example:
 .nf
+# eclasses provided by java-overlay take precedence over identically named
+# eclasses that are provided by gentoo
 masters = gentoo java-overlay
 .fi
 .RE