Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:master commit in: /
Date: Sun, 28 Oct 2018 18:12:07
Message-Id: 1540750145.b7079f361efcc44d774b525b8907ae8d1a329b27.ulm@gentoo
1 commit: b7079f361efcc44d774b525b8907ae8d1a329b27
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 4 17:13:38 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 28 18:09:05 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=b7079f36
7
8 dependencies: Remove the circular dep special case for RDEPEND
9
10 Remove the circular dependency note for RDEPEND. This is confusing
11 at best, and there is no gain from claiming that non-standard, redundant
12 Portage behavior is valid.
13
14 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
15 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
16
17 dependencies.tex | 3 +--
18 1 file changed, 1 insertion(+), 2 deletions(-)
19
20 diff --git a/dependencies.tex b/dependencies.tex
21 index 9675d9e..299974e 100644
22 --- a/dependencies.tex
23 +++ b/dependencies.tex
24 @@ -21,8 +21,7 @@
25 \t{src_install} & \t{DEPEND}, \t{BDEPEND} \\
26 \addlinespace
27 \t{pkg_preinst}, \t{pkg_postinst}, \t{pkg_prerm}, \t{pkg_postrm} &
28 - \t{RDEPEND} (unless the particular dependency results in a circular dependency, in which
29 - case it may be installed later) \\
30 + \t{RDEPEND} \\
31 \addlinespace
32 \t{pkg_config} & \t{RDEPEND}, \t{PDEPEND} \\
33 \bottomrule