From: Zac Medico Date: Sat, 14 Jul 2007 08:05:03 +0000 (-0000) Subject: PDEPEND is now installed as soon as possible so that it behaves more like RDEPEND. X-Git-Tag: v2.2_pre1~1032 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=180a710a33a23a0bd552a361d173cb18e23a4d0d;p=portage.git PDEPEND is now installed as soon as possible so that it behaves more like RDEPEND. svn path=/main/trunk/; revision=7251 --- diff --git a/NEWS b/NEWS index 878b59842..7d87209e5 100644 --- a/NEWS +++ b/NEWS @@ -26,6 +26,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 -------------