commit: b7079f361efcc44d774b525b8907ae8d1a329b27
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 4 17:13:38 2018 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 28 18:09:05 2018 +0000
URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=b7079f36
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 <AT> gentoo.org>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
dependencies.tex | 3 +--
1 file changed, 1 insertion(+), 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