From: Zac Medico Date: Sat, 14 Jul 2007 08:06:42 +0000 (-0000) Subject: PDEPEND is now installed as soon as possible so that it behaves more like RDEPEND... X-Git-Tag: v2.1.3~52 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a836ada7b45cf5c84eae1f0ef2ee98c4e96e4654;p=portage.git PDEPEND is now installed as soon as possible so that it behaves more like RDEPEND. (trunk r7251) svn path=/main/branches/2.1.2/; revision=7252 --- diff --git a/NEWS b/NEWS index be7059db3..98064f544 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,9 @@ portage-2.1.3 * The merge process preserves the modification timestamp of files that it installs. The unmerge process will not uninstall files that are claimed by another package in the same slot. +* PDEPEND is now installed as soon as possible so that it behaves more like + RDEPEND. This makes PDEPEND more useful for breaking the dependency cycles + that are sometimes triggered by RDEPEND and DEPEND. portage-2.1.2 -------------