summaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-07-20 02:46:51 +0000
committerZac Medico <zmedico@gentoo.org>2007-07-20 02:46:51 +0000
commit9c717c59e02a3b3c70cf597537fee82960fc9f06 (patch)
tree3edd2a43e350ad3692cc6cf86675ab1199480488 /RELEASE-NOTES
parent1fcfb58b23408da0352c2c08b63bab3d0e86706e (diff)
downloadportage-9c717c59e02a3b3c70cf597537fee82960fc9f06.tar.gz
portage-9c717c59e02a3b3c70cf597537fee82960fc9f06.tar.bz2
portage-9c717c59e02a3b3c70cf597537fee82960fc9f06.zip
Document --prune and --depclean enhancements.
svn path=/main/trunk/; revision=7317
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES6
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 030ebfd1f..f6989a14d 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -37,6 +37,12 @@ portage-2.1.3
world file and prevent matching packages from being removed. A slot atom
will be recorded in the world file for any atom that is precise enough to
identify a specific slot.
+* For safer operation, emerge --prune will not unmerge packages that have
+ reverse dependencies. Use --verbose to display reverse dependencies. Use
+ --nodeps to completely ignore dependencies.
+* emerge --depclean now accepts atoms and will unmerge only the specified
+ packages if nothing depends on them. Use --verbose to display reverse
+ dependencies.
portage-2.1.2
==================================