From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A855F138334 for ; Sun, 28 Oct 2018 18:12:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85C3BE0A53; Sun, 28 Oct 2018 18:12:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F7BAE0A53 for ; Sun, 28 Oct 2018 18:12:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9FE0F335C63 for ; Sun, 28 Oct 2018 18:12:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80CB044A for ; Sun, 28 Oct 2018 18:12:00 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1540750145.b7079f361efcc44d774b525b8907ae8d1a329b27.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: dependencies.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b7079f361efcc44d774b525b8907ae8d1a329b27 X-VCS-Branch: master Date: Sun, 28 Oct 2018 18:12:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d17d982e-175e-4013-b76e-44716b6babd7 X-Archives-Hash: a58c3985ebfb9a635d52c35c22eaef7d commit: b7079f361efcc44d774b525b8907ae8d1a329b27 Author: Michał Górny gentoo org> AuthorDate: Thu Oct 4 17:13:38 2018 +0000 Commit: Ulrich Müller gentoo 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 gentoo.org> Signed-off-by: Ulrich Müller 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