summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-04-16 20:40:14 +0000
committerZac Medico <zmedico@gentoo.org>2009-04-16 20:40:14 +0000
commit3819b77c816310361237b209e9dfb785f4b80710 (patch)
tree53c917d86c176eedc93afc80674a226dc4ecf049 /man/portage.5
parentCall realpath(repodir) so it's conistent with the value that pordbapi uses. (diff)
downloadportage-idfetch-3819b77c816310361237b209e9dfb785f4b80710.tar.gz
portage-idfetch-3819b77c816310361237b209e9dfb785f4b80710.tar.bz2
portage-idfetch-3819b77c816310361237b209e9dfb785f4b80710.zip
Add support in repos.conf to override the "masters" setting from layout.conf.
svn path=/main/trunk/; revision=13350
Diffstat (limited to 'man/portage.5')
-rw-r--r--man/portage.513
1 files changed, 10 insertions, 3 deletions
diff --git a/man/portage.5 b/man/portage.5
index 59341026..35cfdd77 100644
--- a/man/portage.5
+++ b/man/portage.5
@@ -552,8 +552,9 @@ x11\-libs/qt \-mysql
Specifies \fIsite\-specific\fR repository configuration information. Note that
configuration settings which are specified here do not apply to tools
such as \fBrepoman\fR(1) and \fBegencache\fR(1) since their operations
-are inherently \fBnot\fR \fIsite\-specific\fR. Beware that use of
-\fBeclass\-overrides\fR is generally not recommended and that it may trigger
+are inherently \fBnot\fR \fIsite\-specific\fR. \fBWARNING:\fR Use of
+\fBrepos.conf\fR is generally not recommended since resulting changes in
+eclass inheritance (especially due ot \fBeclass\-overrides\fR) may trigger
performance issues under some circumstances (see \fBbug #124041\fR).
.I Example:
@@ -567,6 +568,10 @@ eclass\-overrides = java\-overlay java\-experimental
# disable all eclass overrides for ebuilds from the gentoo repository
[gentoo]
eclass\-overrides =
+
+# override the metadata/layout.conf masters setting from the kde-testing repo
+[kde-testing]
+masters = gentoo kde
.fi
.RE
.TP
@@ -579,7 +584,9 @@ 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)).
+\fBPORTDIR_OVERLAY\fR variables (see \fBmake.conf\fR(5)). Site-specific
+overrides to \fBlayout.conf\fR settings may be specified in
+\fB/etc/portage/repos.conf\fR.
.I Example:
.nf