summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-10-04 18:19:16 +0200
committerUlrich Müller <ulm@gentoo.org>2018-03-31 17:30:43 +0200
commit1404b78d0bc62ba9c3038e91b240ec13ffd3744d (patch)
tree31efe039c897930c1c079cd1fb7e2d71657d30a7 /eclasses.tex
parentEAPI 7: econf adds --with-sysroot (diff)
downloadpms-1404b78d0bc62ba9c3038e91b240ec13ffd3744d.tar.gz
pms-1404b78d0bc62ba9c3038e91b240ec13ffd3744d.tar.bz2
pms-1404b78d0bc62ba9c3038e91b240ec13ffd3744d.zip
EAPI 7 has BDEPEND
Bug: https://bugs.gentoo.org/317337
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 49c6c4e..7a8bfbd 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{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} 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.
\section{EXPORT_FUNCTIONS}