summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaran.mccreesh@googlemail.com>2008-03-19 11:54:01 +0000
committerCiaran McCreesh <ciaran.mccreesh@googlemail.com>2008-03-19 11:54:01 +0000
commit551ebc75bc2f418e11034866df6b94c2c57f2613 (patch)
tree6741ed24e7a1c6f45458d5dc7d257ad2ddce4d20 /eclasses.tex
parentOptionally include kdebuild-1 documentation. (diff)
downloadpms-551ebc75bc2f418e11034866df6b94c2c57f2613.tar.gz
pms-551ebc75bc2f418e11034866df6b94c2c57f2613.tar.bz2
pms-551ebc75bc2f418e11034866df6b94c2c57f2613.zip
Document RDEPEND=DEPEND
Diffstat (limited to 'eclasses.tex')
-rw-r--r--eclasses.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclasses.tex b/eclasses.tex
index 3439433..54336d8 100644
--- a/eclasses.tex
+++ b/eclasses.tex
@@ -37,7 +37,7 @@ The \t{IUSE}, \t{DEPEND}, \t{RDEPEND} and \t{PDEPEND} variables are handled spec
when set by an eclass. They must be accumulated across eclasses, appending the value set by each
eclass to the resulting value after the previous one is loaded. Then the eclass-defined value is
appended to that defined by the ebuild. In the case of \t{RDEPEND}, this is done after the
-implicit \t{RDEPEND} rules are applied.
+implicit \t{RDEPEND} rules in section~\ref{rdepend-depend} are applied.
\section{EXPORT\_FUNCTIONS}