summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-10-04 19:13:38 +0200
committerUlrich Müller <ulm@gentoo.org>2018-10-28 19:09:05 +0100
commitb7079f361efcc44d774b525b8907ae8d1a329b27 (patch)
tree64f291f41efc6141f6dab24cd383bd3d2b2be8d5 /dependencies.tex
parentdependencies: Permit {,B}DEPEND in source-initiated pkg_setup (diff)
downloadpms-b7079f361efcc44d774b525b8907ae8d1a329b27.tar.gz
pms-b7079f361efcc44d774b525b8907ae8d1a329b27.tar.bz2
pms-b7079f361efcc44d774b525b8907ae8d1a329b27.zip
dependencies: Remove the circular dep special case for RDEPEND
Remove the circular dependency note for RDEPEND. This is confusing at best, and there is no gain from claiming that non-standard, redundant Portage behavior is valid. Signed-off-by: Michał Górny <mgorny@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dependencies.tex')
-rw-r--r--dependencies.tex3
1 files changed, 1 insertions, 2 deletions
diff --git a/dependencies.tex b/dependencies.tex
index 9675d9e..299974e 100644
--- a/dependencies.tex
+++ b/dependencies.tex
@@ -21,8 +21,7 @@
\t{src_install} & \t{DEPEND}, \t{BDEPEND} \\
\addlinespace
\t{pkg_preinst}, \t{pkg_postinst}, \t{pkg_prerm}, \t{pkg_postrm} &
- \t{RDEPEND} (unless the particular dependency results in a circular dependency, in which
- case it may be installed later) \\
+ \t{RDEPEND} \\
\addlinespace
\t{pkg_config} & \t{RDEPEND}, \t{PDEPEND} \\
\bottomrule