diff options
-rw-r--r-- | quickstart/text.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quickstart/text.xml b/quickstart/text.xml index da2142b..fb9461e 100644 --- a/quickstart/text.xml +++ b/quickstart/text.xml @@ -241,7 +241,7 @@ and installing common documentation files works correctly for the package. </p> <p> -The <c>BDEPEND</c>, <c>DEPEND</c> and <c>RDEPEND</c> variables are how Portage +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> |