summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-22 21:32:41 +0100
committerUlrich Müller <ulm@gentoo.org>2021-06-05 10:55:35 +0200
commit11ffdd5a32b9bed132486efb939997b8749fbf9d (patch)
treeefc90e61e182565189674e9efe463ec70c72be0e /eclasses.tex
parentEAPI 8 has selective URI restrictions (diff)
downloadpms-11ffdd5a32b9bed132486efb939997b8749fbf9d.tar.gz
pms-11ffdd5a32b9bed132486efb939997b8749fbf9d.tar.bz2
pms-11ffdd5a32b9bed132486efb939997b8749fbf9d.zip
EAPI 8 has install-time dependencies (IDEPEND)
Bug: https://bugs.gentoo.org/660306 Signed-off-by: Michał Górny <mgorny@gentoo.org> [Updated as discussed in -pms mailing list] Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclasses.tex')
-rw-r--r--eclasses.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/eclasses.tex b/eclasses.tex
index bf0007b..7f4ba67 100644
--- a/eclasses.tex
+++ b/eclasses.tex
@@ -34,11 +34,11 @@ The \t{inherit} command must also ensure that:
\section{Eclass-defined Metadata Keys}
-The \t{IUSE}, \t{REQUIRED_USE}, \t{DEPEND}, \t{BDEPEND}, \t{RDEPEND} and \t{PDEPEND} variables
-are handled specially 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 in section~\ref{sec:rdepend-depend} are applied.
+The \t{IUSE}, \t{REQUIRED_USE}, \t{DEPEND}, \t{BDEPEND}, \t{RDEPEND}, \t{PDEPEND} and \t{IDEPEND}
+variables are handled specially 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 in section~\ref{sec:rdepend-depend} are applied.
\section{EXPORT_FUNCTIONS}