summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-07-22 13:29:14 +0000
committerZac Medico <zmedico@gentoo.org>2008-07-22 13:29:14 +0000
commite32d9a6f80745586cb52055d728b62e96388cb03 (patch)
treea09126204c09a0ab6d2330930db2df6cb81389af /NEWS
parentIn dblink.unmerge(), redirect preserve-libs "!needed" messages to the log file (diff)
downloadportage-multirepo-e32d9a6f80745586cb52055d728b62e96388cb03.tar.gz
portage-multirepo-e32d9a6f80745586cb52055d728b62e96388cb03.tar.bz2
portage-multirepo-e32d9a6f80745586cb52055d728b62e96388cb03.zip
Update --depclean and --prune, removing warnings about libraries since those
are now automatically accounted for. svn path=/main/trunk/; revision=11168
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d0d7f78f..96af82dd 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ News (mainly features/major bug fixes)
portage-2.2
-------------
+* Add link level dependency awareness to emerge --depclean and --prune actions
+ in order to protect against uninstallation of required libraries.
* Add emerge --jobs and --load-average options which specify behavior
for building packages in parallel or for generating metadata in parallel
with emerge --regen.