Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r13523 - main/branches/2.1.6/man
Date: Thu, 30 Apr 2009 07:20:20
Message-Id: E1LzQZ7-0000nU-Vt@stork.gentoo.org
1 Author: zmedico
2 Date: 2009-04-30 07:20:17 +0000 (Thu, 30 Apr 2009)
3 New Revision: 13523
4
5 Modified:
6 main/branches/2.1.6/man/portage.5
7 Log:
8 Add notes about eclass precedence for metadata/layout.conf. (trunk r13370)
9
10 Modified: main/branches/2.1.6/man/portage.5
11 ===================================================================
12 --- main/branches/2.1.6/man/portage.5 2009-04-30 07:19:43 UTC (rev 13522)
13 +++ main/branches/2.1.6/man/portage.5 2009-04-30 07:20:17 UTC (rev 13523)
14 @@ -586,12 +586,16 @@
15 repositories which satisfy dependencies on eclasses and/or ebuilds. Each
16 repository name should correspond the value of a \fBrepo_name\fR entry
17 from one of the repositories that is configured via the \fBPORTDIR\fR or
18 -\fBPORTDIR_OVERLAY\fR variables (see \fBmake.conf\fR(5)). Site-specific
19 +\fBPORTDIR_OVERLAY\fR variables (see \fBmake.conf\fR(5)). Repositories listed
20 +toward the right of the \fBmasters\fR list take precedence over those listed
21 +toward the left of the list. Site-specific
22 overrides to \fBlayout.conf\fR settings may be specified in
23 \fB/etc/portage/repos.conf\fR.
24
25 .I Example:
26 .nf
27 +# eclasses provided by java-overlay take precedence over identically named
28 +# eclasses that are provided by gentoo
29 masters = gentoo java-overlay
30 .fi
31 .RE