aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-12-09 04:07:48 +0000
committerSam James <sam@gentoo.org>2021-12-09 04:08:12 +0000
commit10513f99bcf89eacd4d7a55e5a939b526cbbc0fc (patch)
tree796e2b07ce3ca82fce4735a7552a49eb18a4bd3c /quickstart/text.xml
parentquickstart: use EAPI 8 in examples (diff)
downloaddevmanual-10513f99bcf89eacd4d7a55e5a939b526cbbc0fc.tar.gz
devmanual-10513f99bcf89eacd4d7a55e5a939b526cbbc0fc.tar.bz2
devmanual-10513f99bcf89eacd4d7a55e5a939b526cbbc0fc.zip
quickstart: mention BDEPEND
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'quickstart/text.xml')
-rw-r--r--quickstart/text.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/quickstart/text.xml b/quickstart/text.xml
index fd8e26b..da2142b 100644
--- a/quickstart/text.xml
+++ b/quickstart/text.xml
@@ -241,10 +241,12 @@ and installing common documentation files works correctly for the package.
</p>
<p>
-The <c>DEPEND</c> and <c>RDEPEND</c> variables are how Portage determines which
-packages are needed to build and run the package. The <c>DEPEND</c> variable lists
-compile-time dependencies, and the <c>RDEPEND</c> lists runtime dependencies. See
-<uri link="::general-concepts/dependencies"/> for some more complex examples.
+The <c>BDEPEND</c>, <c>DEPEND</c> and <c>RDEPEND</c> variables are how Portage
+determines which packages are needed to build and run the package. The
+<c>BDEPEND</c> variable lists build-time (executable) dependencies,
+<c>DEPEND</c> variable lists compile-time dependencies, and the <c>RDEPEND</c>
+lists runtime dependencies. See <uri link="::general-concepts/dependencies"/>
+for some more complex examples.
</p>
</body>