diff options
author | 2021-03-21 04:14:28 +0000 | |
---|---|---|
committer | 2021-03-30 09:20:40 +0200 | |
commit | 8c577f4919845c22f4a7c26d599e71355e49438f (patch) | |
tree | 2a8b65ccfecee455f66d51536d3ddbd8165c8262 /ebuild-writing/variables/text.xml | |
parent | ebuild-writing/variables: add blank line after inherit in example (diff) | |
download | devmanual-8c577f4919845c22f4a7c26d599e71355e49438f.tar.gz devmanual-8c577f4919845c22f4a7c26d599e71355e49438f.tar.bz2 devmanual-8c577f4919845c22f4a7c26d599e71355e49438f.zip |
ebuild-writing/variables: emphasise avoiding PDEPEND
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ebuild-writing/variables/text.xml')
-rw-r--r-- | ebuild-writing/variables/text.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebuild-writing/variables/text.xml b/ebuild-writing/variables/text.xml index 01b0a69..ed62185 100644 --- a/ebuild-writing/variables/text.xml +++ b/ebuild-writing/variables/text.xml @@ -313,7 +313,7 @@ The following variables may or must be defined by every ebuild. <ti><c>PDEPEND</c></ti> <ti> A list of packages to be installed (if possible) after the package - is merged. Use this only when <c>RDEPEND</c> would cause cyclic + is merged. Use this <e>only</e> when <c>RDEPEND</c> would cause cyclic dependencies. See <uri link="::general-concepts/dependencies"/>. </ti> </tr> |